mirror of
https://github.com/logseq/logseq.git
synced 2026-06-01 19:01:22 +00:00
Merge branch 'master' into enhance/i18n
This commit is contained in:
@@ -160,8 +160,8 @@
|
||||
(config-handler/set-config! :feature/enable-journals? true)
|
||||
(notification/show! (t :settings.features/journals-enabled) :success)))
|
||||
(-> (p/let [res (ui-outliner-tx/transact!
|
||||
{:outliner-op :delete-page}
|
||||
(outliner-op/delete-page! page-uuid))]
|
||||
{:outliner-op :delete-page}
|
||||
(outliner-op/delete-page! page-uuid))]
|
||||
(if res
|
||||
(when ok-handler (ok-handler))
|
||||
(when error-handler (error-handler))))
|
||||
|
||||
@@ -1084,8 +1084,6 @@
|
||||
(:db/id page)
|
||||
:page))))))
|
||||
|
||||
(declare save-current-block!)
|
||||
|
||||
;; FIXME: shortcut `mod+.` doesn't work on Web (Chrome)
|
||||
(defn zoom-in! []
|
||||
(if (state/editing?)
|
||||
|
||||
Reference in New Issue
Block a user