mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-05 06:37:10 -04:00
Fixed loading ep_font_color3
This commit is contained in:
parent
ccbbaa20b3
commit
b0a93ccddb
7 changed files with 20 additions and 19 deletions
|
@ -100,7 +100,6 @@ const Ace2Editor = function () {
|
|||
};
|
||||
|
||||
const doActionsPendingInit = () => {
|
||||
console.log('doActionsPendingInit', actionsPendingInit)
|
||||
for (const fn of actionsPendingInit) fn();
|
||||
actionsPendingInit = [];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue