feat: Added above-keyboard toolbar to Super notes on mobile for formatting & selecting blocks (#2189)
This commit is contained in:
@@ -17,13 +17,6 @@ export function setFloatingElemPosition(
|
||||
): void {
|
||||
const scrollerElem = anchorElem.parentElement
|
||||
|
||||
const isMobileScreen = window.innerWidth < 768
|
||||
|
||||
if (isMobileScreen) {
|
||||
floatingElem.style.opacity = '1'
|
||||
return
|
||||
}
|
||||
|
||||
if (targetRect === null || !scrollerElem) {
|
||||
floatingElem.style.opacity = '0'
|
||||
floatingElem.style.transform = 'translate(-10000px, -10000px)'
|
||||
|
||||
Reference in New Issue
Block a user