Fixed loading ep_font_color3

This commit is contained in:
SamTV12345 2024-07-17 20:24:16 +02:00
parent ccbbaa20b3
commit b0a93ccddb
7 changed files with 20 additions and 19 deletions

View file

@ -100,7 +100,6 @@ const Ace2Editor = function () {
};
const doActionsPendingInit = () => {
console.log('doActionsPendingInit', actionsPendingInit)
for (const fn of actionsPendingInit) fn();
actionsPendingInit = [];
};