mirror of
https://github.com/logseq/logseq.git
synced 2026-05-24 20:54:09 +00:00
block-editing-only was missing from the global-handlers set in get-conflicts-by-keys, so conflicts between block-editing-only and editor-global shortcuts (e.g. assigning ⌘X to Create new block vs Cut) showed as amber warnings instead of red blocking conflicts. Also remove dead chord-prefix code from same-leading-key? and add a comment about the brittle Closure error string match for chord-prefix detection. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>