Open agctute opened 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).
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.