mirror of
https://github.com/penpot/penpot.git
synced 2026-04-27 20:28:11 +00:00
Remove :ruler from default workspace flags.
Mistake introduced in previous commit.
This commit is contained in:
parent
fea85a1c1e
commit
05adaf0d61
@ -50,7 +50,7 @@
|
||||
(defrecord InitializeWorkspace [project page]
|
||||
ptk/UpdateEvent
|
||||
(update [_ state]
|
||||
(let [default-flags #{:sitemap :drawtools :layers :element-options :rules :ruler}]
|
||||
(let [default-flags #{:sitemap :drawtools :layers :element-options :rules}]
|
||||
(if (:workspace state)
|
||||
(update state :workspace merge
|
||||
{:project project
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user