mcndt / obsidian-quickshare

đź“ť An Obsidian plugin for sharing encrypted Markdown notes on the web. Zero configuration required.
MIT License
249 stars 9 forks source link

[Bug] sidebar pane is navigable #27

Closed kometenstaub closed 1 year ago

kometenstaub commented 1 year ago

Describe the bug

navigation on the sidebar pane should be set to false. Otherwise it takes focus. This has two implications.

To Reproduce

  1. Click on it, go back to the outline, it will not show the outline of the original file that was selected but nothing. The original file needs to be reselected.
  2. Files can be opened in it when it is clicked (activated).

Expected behavior

It shouldn’t be navigable.

Environment (please complete the following information):

Additional context

https://github.com/obsidianmd/obsidian-api/blob/38dd22168d2925086371bfc59e36fd9121527a39/obsidian.d.ts#L3845

https://github.com/mcndt/obsidian-quickshare/blob/184df12668b8a84ca429dbafbb3af7cd31fa43b6/src/ui/QuickShareSideView.ts#L6

mcndt commented 1 year ago

Fixed in 1.3.1!

kometenstaub commented 1 year ago

Thank you :)