-
Notifications
You must be signed in to change notification settings - Fork 7
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
Open Workspaces Plus: Insider Builds 0.16.5 and 1.0.0 #86
Comments
Same on 1.0 |
Also reported as #87 |
I found an easy fix, while we wait for @nothingislost to handle this properly:
// clone the input element as a hacky way to get rid of the obsidian onInput handler
const inputElClone = this.inputEl.cloneNode();
this.modalEl.replaceChild(inputElClone, this.inputEl);
this.inputEl = inputElClone;
I could not notice any issues with EDIT: to comment them out, add // clone the input element as a hacky way to get rid of the obsidian onInput handler
//const inputElClone = this.inputEl.cloneNode();
//this.modalEl.replaceChild(inputElClone, this.inputEl);
//this.inputEl = inputElClone; |
Thank you! Thank you! |
It works perfectly!! thank you so much! |
Thank you very much!! |
Thanks for posting your solution. |
It's work. |
@etiennepellegrini Thank you so much. It works. |
Thanks , it works |
Thanks for posting your solution. |
Describe the bug
Started in 0.16.5: "Open Workspaces Plus" gets a JS eror
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Opening the swicher
Screenshots
N/A
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: