Skip to content

Commit

Permalink
Editor Toolbox: Size popup buttons disappear on drag (#2744)
Browse files Browse the repository at this point in the history
  • Loading branch information
maurofmferrao authored Sep 27, 2024
1 parent 2cb3e69 commit 92d8b78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/editor-core/toolbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -1199,7 +1199,7 @@ Toolbar.prototype.render = function({savePrefs = true} = {}) {
});

this.DOMObject.find('.toolbar-level-control-select')
.on('click', (ev) => {
.on('click', '.toolbar-level-control', (ev) => {
const newLevel = $(ev.target).data('level');

// Close menu
Expand Down

0 comments on commit 92d8b78

Please sign in to comment.