Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possibly outdated fix for Electron bug #48

Open
vladstudio opened this issue Apr 25, 2022 · 1 comment
Open

Possibly outdated fix for Electron bug #48

vladstudio opened this issue Apr 25, 2022 · 1 comment

Comments

@vladstudio
Copy link

Hi!

First of all, thank you fo the great workflow. It helps a lot!

I'm using the latest Obsidian (0.14.6) and I had to locate and comment the 2 lines in the workflow code to prevent opening a note twice (immediately and after 3 seconds).

I mean this code:

delay(3.0);  // temporary fix for Electron bug (open note twice)
app.openLocation(uri);

I am not sure what bug was there, but right now, this fix looks like a bug :-)

@spnw
Copy link

spnw commented Jul 25, 2022

I believe it was this bug, which was fixed over a year ago.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants