Bryan Lam
Bryan Lam
Investigating exception being thrown when coming out of the lock screen. Looks like `result` from SendInput is triggered and is `0`.
I was running an old build where I didn't add the ``` if (container is Workspace) {} ``` check in the `CenterCursorOnContainerHandler` which was causing the Exception to be thrown....
Am also having the same issue
Found this issue looking for the same thing. Wanted the ability to save drawings in current folder using "./". Created the above [PR ](https://github.com/zsviczian/obsidian-excalidraw-plugin/pull/1647) to allow this.
Will take a stab at it again based on the feedback from @zsviczian in my last PR.