mirror of
https://github.com/logseq/logseq.git
synced 2026-02-01 22:47:36 +00:00
fix: enable whiteboards on mobile (iOS/Android/Pad)
This commit is contained in:
@@ -53,6 +53,7 @@
|
||||
<script defer src="/static/js/main.js"></script>
|
||||
<script defer src="/static/js/code-editor.js"></script>
|
||||
<script defer src="/static/js/age-encryption.js"></script>
|
||||
<script defer src="/static/js/tldraw.js"></script>
|
||||
<script defer src="/static/js/excalidraw.js"></script>
|
||||
<script>
|
||||
/*!
|
||||
|
||||
@@ -577,7 +577,6 @@ Similar to re-frame subscriptions"
|
||||
(enable-whiteboards? (get-current-repo)))
|
||||
([repo]
|
||||
(and
|
||||
(util/electron?)
|
||||
((resolve 'frontend.handler.user/alpha-user?)) ;; using resolve to avoid circular dependency
|
||||
(:feature/enable-whiteboards? (sub-config repo)))))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user