KMind v2.10.2
Fixes
- Fixed an issue where typing
/in inline node editing would trigger the expand/collapse shortcut instead of being entered as text - Fixed an issue where
Ctrl+Aand other editing shortcuts did not work in the DOM-mode popup editor
Notes
This is a small maintenance release focused on editing experience:
- When editing node text inline, typing
/is now treated as normal text input and no longer triggers the expand/collapse shortcut of the active node. - In document-tree DOM mode, when editing a node via the rich-text popup editor, common editing shortcuts such as
Ctrl+Anow correctly apply to the popup content instead of being intercepted by the parent page or global shortcuts.