This commit is contained in:
the-djmaze 2023-07-03 11:05:11 +02:00
parent 47e3fc90f2
commit 0e3ed0fea0
2 changed files with 18 additions and 0 deletions

View file

@ -289,6 +289,8 @@ class SquireUI
this.plain = plain;
this.wysiwyg = wysiwyg;
dispatchEvent(new CustomEvent('squire-toolbar', {detail:{squire:this,actions:actions}}));
toolbar.className = 'squire-toolbar btn-toolbar';
let group, action/*, touchTap*/;
for (group in actions) {