Skip to content

Issue with setModelLanguage deadlocking browser tab #474

Answered by CGNonofr
tankbusta asked this question in Q&A
Discussion options

You must be logged in to vote

I'm not familiar with vue; but the issue seems to come from vue creating proxy for refs

using const editor = toRaw(unref(editorRef)); instead of const editor = unref(editorRef); seems to fix the issue

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@tankbusta
Comment options

@CGNonofr
Comment options

@tankbusta
Comment options

@CGNonofr
Comment options

Answer selected by tankbusta
@tankbusta
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants