Skip to content

Commit

Permalink
[Bug]: Fix wysiwyg editor init var (#329)
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrecky authored Nov 3, 2023
1 parent 839254d commit a4f807e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions public/js/pimcore/startup.js
Original file line number Diff line number Diff line change
Expand Up @@ -971,5 +971,7 @@ pimcore.helpers.unload = function () {
};

L.Icon.Default.imagePath = '../bundles/pimcoreadmin/build/admin/images/';
pimcore.wysiwyg = {};
pimcore.wysiwyg.editors = [];
if (!pimcore.wysiwyg) {
pimcore.wysiwyg = {};
pimcore.wysiwyg.editors = [];
}

0 comments on commit a4f807e

Please sign in to comment.