More robust change

This commit is contained in:
DianaXWiki 2025-12-04 16:08:09 +02:00
parent a2ec22ae0d
commit 3e5b89f76d

View File

@ -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 = {