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
Most command handlers in TableSelectionHelpers.ts check via $isSelectionInTable is current selection($getSelection()) point to target table node passed to applyTableHandlers.
This check is missing in the $deleteCellHandler method.
This results in the command handler being triggered only for the first table registered for subsequent commands.