You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
getSelectedTableCells in tablecellpropertycommand.js,
getSelectedTableCells in tableselection.js (which is invalid as it's only reasonable to be used while the selection is being made – hence, it should be a private util).
If you'd like to see this improvement implemented, add a 👍 reaction to this post.
The text was updated successfully, but these errors were encountered:
getSelectedTableCells in tablecellpropertycommand.js,
The implementation of this function is naive, and the function to be introduced should not work like this. The aformentioned implementation returns the same cell multiple times. The table cell props form works only because the value is deduped later on (in getSingleValue()).
📝 Provide a description of the improvement
Right now we have:
getSelectedTableCells
intablecellpropertycommand.js
,getSelectedTableCells
intableselection.js
(which is invalid as it's only reasonable to be used while the selection is being made – hence, it should be a private util).If you'd like to see this improvement implemented, add a 👍 reaction to this post.
The text was updated successfully, but these errors were encountered: