Add border to rulers

This commit is contained in:
alonso.torres 2024-02-02 13:11:24 +01:00 committed by Andrey Antukh
parent 1df4118523
commit 564843b297
11 changed files with 379 additions and 382 deletions

View file

@ -212,8 +212,8 @@
(def snap-pixel?
(l/derived #(contains? % :snap-pixel-grid) workspace-layout))
(def rules?
(l/derived #(contains? % :rules) workspace-layout))
(def rulers?
(l/derived #(contains? % :rulers) workspace-layout))
(def workspace-file
"A ref to a striped vision of file (without data)."