You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I move an element, it is disconnected and reconnected, leading to calls to disconnectedCallback and connectedCallback (which used to cause some problems with my own elements that required handling). When I move the monaco-editor, the editor disappears, leaving an editor with an empty iframe.
This may be related to issue #6 as the described exception is thrown there as well.
The text was updated successfully, but these errors were encountered:
I use a sortable-list (https://www.webcomponents.org/element/sharedlabs/sortable-list) that contains, among other things, a monaco-editor.
When I move an element, it is disconnected and reconnected, leading to calls to disconnectedCallback and connectedCallback (which used to cause some problems with my own elements that required handling). When I move the monaco-editor, the editor disappears, leaving an editor with an empty iframe.
This may be related to issue #6 as the described exception is thrown there as well.
The text was updated successfully, but these errors were encountered: