xhuajin / obsidian-tabs

https://xhuajin.github.io/obsidian-tabs/
MIT License
70 stars 3 forks source link

Menu not works #31

Open arteny opened 2 months ago

arteny commented 2 months ago

None of the menu items work, e.g. if you select "Add new tab", the tooltip says "New tab successfully added", but nothing is actually added. Also "Edit by double-clicking" does not work.

xhuajin commented 2 months ago

Please provide the version of the plugin you are using and the steps to reproduce the issue so that I can troubleshoot it effectively.

arteny commented 1 month ago

Please provide the version of the plugin you are using and the steps to reproduce the issue so that I can troubleshoot it effectively.

  1. It is last released version (1.1.4)
  2. Steps to reproduce:
    • right click on any tab : menu appears
    • select "Add new tab" item: tooltip "Add new tab successfully" float window shown, but nothing added, no any new tab appear
xhuajin commented 1 month ago

I repeated your steps but failed to replicate the situation. But as it turns out, the listener is not bound to the menu. Try moving the cursor into and then out of tabs to force an update to the tabs component.

arteny commented 1 month ago

I repeated your steps but failed to replicate the situation. But as it turns out, the listener is not bound to the menu. Try moving the cursor into and then out of tabs to force an update to the tabs component.

After last updates menu disappeared at all. And double-click or right click for edit still not works (nothing happened)

xhuajin commented 1 month ago

I can probably see why. Hve you turn on the tabs setting "Autorefresh markdown view"