mirror of
https://github.com/penpot/penpot.git
synced 2025-02-03 04:49:03 -05:00
🐛 Fix problem with show guides config
This commit is contained in:
parent
ef0abc1498
commit
4ef7af104d
1 changed files with 1 additions and 1 deletions
|
@ -553,7 +553,7 @@
|
|||
:offset-y offset-y
|
||||
:show-rulers? show-rulers?}])
|
||||
|
||||
(when show-rulers?
|
||||
(when (and show-rulers? show-grids?)
|
||||
[:& guides/viewport-guides
|
||||
{:zoom zoom
|
||||
:vbox vbox
|
||||
|
|
Loading…
Add table
Reference in a new issue