feat(note): open note in new tab on cmd press #395

Merged
lujakob merged 1 commits from fix/open-note-in-new-tab into main 2023-03-07 12:29:41 +00:00
lujakob commented 2023-03-04 18:12:54 +00:00 (Migrated from github.com)

Fixes https://github.com/v0l/snort/issues/366

  • detect macOS "cmd" key in click event and open note in new tab

This would be a first easy step to enable opening notes in new tabs.

As a follow up, right click functionality could be enabled. After quick research this would probably require default a tags, which deviate from the react logic of navigating which might break other functionality.

Fixes https://github.com/v0l/snort/issues/366 * detect macOS "cmd" key in click event and open note in new tab This would be a first easy step to enable opening notes in new tabs. As a follow up, right click functionality could be enabled. After quick research this would probably require default a tags, which deviate from the react logic of navigating which might break other functionality.
verbiricha (Migrated from github.com) approved these changes 2023-03-05 11:33:21 +00:00
Sign in to join this conversation.
No description provided.