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
fix(chat): scope table Add-to-chat to a column-header selection's columns
Cursor: a column-header selection set contextMenuColumnIds to undefined, so
Add-to-chat sent every column (full-row dump). A column selection spans all
rows of the chosen columns, so treat it like a cell range and carry those
column ids.
0 commit comments