mirror of
https://github.com/logseq/logseq.git
synced 2026-05-26 05:34:07 +00:00
fix: disable on mobile
This commit is contained in:
@@ -300,7 +300,8 @@
|
||||
[]
|
||||
(when (and (user-handler/feature-available? :whiteboard)
|
||||
(not (or (state/sub :whiteboard/onboarding?)
|
||||
(state/enable-whiteboards?))))
|
||||
(state/enable-whiteboards?)
|
||||
(util/mobile?))))
|
||||
(state/pub-event! [:whiteboard/onboarding])
|
||||
(state/set-state! [:whiteboard/onboarding?] true)
|
||||
(storage/set :whiteboard-onboarding? true)))
|
||||
|
||||
Reference in New Issue
Block a user