mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-13 18:45:43 +05:00
Refresh editor to display content without events #2099
This commit is contained in:
parent
03497e2b71
commit
a2ec22ae0d
@ -2010,6 +2010,9 @@ define([
|
||||
});
|
||||
|
||||
cb(labelled);
|
||||
setTimeout(() => {
|
||||
editor.refresh();
|
||||
}, 10);
|
||||
}, false, true);
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user