Merge pull request #2100 from cryptpad/blank-profile-description

Fix: Profile description editor now shows saved value without requiring focus
This commit is contained in:
yflory 2026-01-09 17:22:48 +01:00 committed by GitHub
commit 7ebbb100ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2031,6 +2031,9 @@ define([
cat.forEach(function(c) {
APP.$rightside.find('.' + c).show();
});
if (APP.editor) {
APP.editor.refresh();
}
};
var SIDEBAR_ICONS = {