improve(mobile): remove swipe gesture vendor lib

pull/7419/head
charlie 2022-11-22 18:01:21 +08:00 committed by Tienson Qin
parent 34e5d84292
commit 81e962175c
2 changed files with 0 additions and 5 deletions

View File

@ -50,7 +50,6 @@
</script>
<script defer src="/static/js/highlight.min.js"></script>
<script defer src="/static/js/interact.min.js"></script>
<script defer src="/static/js/swiped-events.min.js"></script>
<script defer src="/static/js/main.js"></script>
<script defer src="/static/js/tabler.min.js"></script>
<script defer src="/static/js/code-editor.js"></script>

View File

@ -710,10 +710,6 @@
(:editor/editing? @state/state))))
(state/close-modal!)
(hide-context-menu-and-clear-selection e)))))))
{:did-mount (fn [state]
(when (mobile-util/native-android?)
(swipe/setup-listeners!))
state)}
[state route-match main-content]
(let [{:keys [open-fn]} state
current-repo (state/sub :git/current-repo)