Dyldog / luhman-obsidian-plugin

GNU General Public License v3.0
61 stars 18 forks source link

fix: #52, template files input stop #53

Open agctute opened 1 year ago

agctute commented 1 year ago

This acts as a fix for the bug in #52. It seems that the issue came from this.display() triggering on every change in the input, so I just commented it out. A side effect is that making changes in the input no longer displays new options, but it's not noticeable in practice.

brunops commented 1 year ago

I'm facing this issue too, and it's quite annoying.

ps: I'm still new to Obsidian development, so I'm not sure if the change is correct (it looks fine, but don't know whether this.display() can be simply removed or if still needs to be called after a timeout or blur).