- Notifications
You must be signed in to change notification settings - Fork669
[bugfix] Clicking 'Code Now' will open multiple files#216
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
I tested the bug on my side: Other flaws of the preview command:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
The preview'scode now
works properly on my side now.
Merged for now. We can improve both the |
Uh oh!
There was an error while loading.Please reload this page.
Fix#217
Bug repro step:
Code Now
Root cause:
The listeners are registered every time executing
preview ()
. They should be registered only once whenthis.panel
has not been created.