This commit is contained in:
Rainer Simon 2021-02-28 09:20:13 +01:00
parent a81fdc90c7
commit 37ca2106a9
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
const setPosition = (wrapperEl, editorEl, selectedEl) => {
// Container element offset
const containerBounds = wrapperEl.getBoundingClientRect();
const { pageXOffset, pageYOffset } = window;
const { pageYOffset } = window;
// Re-set orientation class
editorEl.className = 'r6o-editor';