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

Excalibrain doesn't work in some configurations #225

Open
Alezy80 opened this issue Sep 28, 2024 · 1 comment
Open

Excalibrain doesn't work in some configurations #225

Alezy80 opened this issue Sep 28, 2024 · 1 comment

Comments

@Alezy80
Copy link

Alezy80 commented Sep 28, 2024

It shows "Open document in another pane..." and does not react.

The problem is solved by changing .obsidian\plugins\obsidian-excalidraw-plugin\data.json. The parameter "previousRelease": null, must be set to not null, like "previousRelease": "2.5.0",

@Alezy80
Copy link
Author

Alezy80 commented Sep 30, 2024

I can't find, how previousRelease can be NULL.

The only idea, that I've use Lazy Plugin Loader, and it can call unload functions in another time or order, not like an obsidian.

In ExcalidrawPlugin.onunload() you have set PLUGIN_VERSION = null;, and in ReleaseNotes.onclose() you're set this.plugin.settings.previousRelease = PLUGIN_VERSION. Maybe it can interfere?

PS. For now, I can't reproduce an error, but absolutely it was here.

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

1 participant