Skip to content
Snippets Groups Projects

Issue #3494342 - Closing dialogs can cause content in editor to horizontally scroll

3 files
+ 3
3
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -45,7 +45,7 @@
},
onCloseMercuryDialog: function () {
document.querySelectorAll('.is-me-focused').forEach((el) => {
el.focus();
el.focus({preventScroll: true});
el.classList.remove('is-me-focused');
});
}
Loading