iOS bugfix

This commit is contained in:
Rainer Simon 2020-06-04 12:58:22 +02:00
parent a8befdcb19
commit 984a5b576d
1 changed files with 4 additions and 1 deletions

View File

@ -64,7 +64,10 @@ const Editor = props => {
resizeObserver.observe(props.wrapperEl);
return () => resizeObserver.disconnect();
}
} else {
// Fire setPosition *only* for devices that don't support ResizeObserver
setPosition(props.wrapperEl, element.current, props.selectedElement);
}
}
// Creator and created/modified timestamp metadata