mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-12 19:49:59 +05:00
More robust change
This commit is contained in:
parent
a2ec22ae0d
commit
3e5b89f76d
@ -2010,9 +2010,6 @@ define([
|
||||
});
|
||||
|
||||
cb(labelled);
|
||||
setTimeout(() => {
|
||||
editor.refresh();
|
||||
}, 10);
|
||||
}, false, true);
|
||||
|
||||
|
||||
@ -2034,6 +2031,9 @@ define([
|
||||
cat.forEach(function(c) {
|
||||
APP.$rightside.find('.' + c).show();
|
||||
});
|
||||
if (APP.editor) {
|
||||
APP.editor.refresh();
|
||||
}
|
||||
};
|
||||
|
||||
var SIDEBAR_ICONS = {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user