mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 08:26:16 -04:00
editor: remove grayed logic and styles so background color is not lost on disconnect/reconnect.
This commit is contained in:
parent
8b28e00784
commit
5f58ce14d6
3 changed files with 0 additions and 5 deletions
|
@ -161,7 +161,6 @@ const padeditor = (() => {
|
|||
},
|
||||
disable: () => {
|
||||
if (self.ace) {
|
||||
self.ace.setProperty('grayedOut', true);
|
||||
self.ace.setEditable(false);
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue