mirror of
https://github.com/logseq/logseq.git
synced 2026-04-28 08:04:40 +00:00
feat: better dashboard grid cols
This commit is contained in:
@@ -56,12 +56,11 @@
|
||||
(defn redirect-to-whiteboard!
|
||||
([name]
|
||||
(redirect-to-whiteboard! name nil))
|
||||
([name {:keys [new? block-id]}]
|
||||
([name {:keys [block-id]}]
|
||||
(recent-handler/add-page-to-recent! (state/get-current-repo) name)
|
||||
(redirect! {:to :whiteboard
|
||||
:path-params {:name (str name)}
|
||||
:query-params (merge {:block-id block-id}
|
||||
(when new? {:new? 1}))})))
|
||||
:query-params (merge {:block-id block-id})})))
|
||||
|
||||
(defn get-title
|
||||
[name path-params]
|
||||
|
||||
Reference in New Issue
Block a user