Fix cells popup 'delete' string config resolving to global delete command - #1339
Fix cells popup 'delete' string config resolving to global delete command#1339SergioChan wants to merge 3 commits into
Conversation
|
Follow-up: I pushed commit Validation run locally:
|
|
Thanks a lot for digging into this and proposing a fix, @SergioChan! 🙏 Good news: both changes in this PR have already landed on
So #1328 is already resolved in the released builds. Closing this as superseded, but thank you — the analysis was spot on. 🙌 |
Description
popup.cells: Jodit.atom([...])entries likedeletebound to the cells control definition (icon: bin, table delete list, custom exec) instead of falling back to the globaldeletecommandRelated Issue
Fixes #1328
Checklist
bugorenhancementmainbranchnpm testpasses locallyValidation note:
makeis not executable in this runtime (make: Permission denied), so project lint/test commands could not be run here. Change was verified by code-path inspection againstgetControlTypefallback behavior and popup toolbar build flow.