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
and the this._rootElement.contentEditable = 'true' and this._eventSource.contentEditable = 'true'; will be executed twice by mount and setReadonly while initializing
when i comment this two statements in mount , the block/lagging disappeared
so why we need execute this two statements when mount , or have any other ways to solve the block/lagging?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Conditions
Problem
the computer will be blocked for a long time while initializing
Question
in the
packages/framework/inline/src/inline-editor.ts
, there are two functionsand the
this._rootElement.contentEditable = 'true'
andthis._eventSource.contentEditable = 'true';
will be executed twice bymount
andsetReadonly
while initializingwhen i comment this two statements in
mount
, the block/lagging disappearedso why we need execute this two statements when mount , or have any other ways to solve the block/lagging?
Beta Was this translation helpful? Give feedback.
All reactions