From 395246903e3ce8aa6e7149365b9a1a37b1205f95 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Wed, 28 Jul 2021 12:02:41 +0200 Subject: added pwa utility components --- pages/editor.tsx | 22 +++------------------- pages/present.tsx | 3 +++ 2 files changed, 6 insertions(+), 19 deletions(-) (limited to 'pages') diff --git a/pages/editor.tsx b/pages/editor.tsx index 8a35e2e..3cac3ef 100644 --- a/pages/editor.tsx +++ b/pages/editor.tsx @@ -16,6 +16,7 @@ import { } from '../components/icons'; import KeybindSelector from '../components/keybindselector'; import PlaySkipIconAni from '../components/play-skip'; +import { NoScroll, StatusBarOverscrollColor } from '../components/pwatools'; import Selection from '../components/selection'; import SlideProperties from '../components/slideprops'; import Project, { arrayBufferToBase64, PresentationSettings, VideoSources, VideoSourceType } from '../project'; @@ -1444,8 +1445,8 @@ export default function Index() { return <> - - + + @@ -1461,23 +1462,6 @@ export default function Index() {