mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
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:
commit
7ebbb100ce
@ -2031,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