chore: preferences view swipe gesture

This commit is contained in:
Aman Harwara
2023-05-16 15:07:20 +05:30
parent 46e87085d7
commit 0f641e05ad
5 changed files with 59 additions and 9 deletions

View File

@@ -64,7 +64,7 @@ export async function animatePaneExitTransitionOffscreenToTheRight(elementId: st
* a Daily Notebook tag from navigation whereby two pane animations are simulatensouly triggered (the items panel, then
* the editor panel), causing Safari to get tripped up.
*/
function performSafariAnimationFix(element: HTMLElement): void {
export function performSafariAnimationFix(element: HTMLElement): void {
const isSafari = /Safari/.test(navigator.userAgent) || /AppleWebKit/.test(navigator.userAgent)
if (!isSafari) {
return