Skip to content

Commit 43c96c6

Browse files
committed
fix tinymce overflow auto-hide
1 parent 5d5cbea commit 43c96c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Html.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3791,7 +3791,7 @@ public static function initEditorSystem(
37913791
target.closest('.tox-menu').length > 0;
37923792
37933793
if (!isEditorElementClicked) {
3794-
$('.tox-tbtn.tox-tbtn--enabled').trigger('click').trigger('blur');
3794+
$('.tox-tbtn.tox-tbtn--enabled[data-mce-name="overflow-button"]').trigger('click').trigger('blur');
37953795
}
37963796
});
37973797
}

0 commit comments

Comments
 (0)