mirror of
https://github.com/penpot/penpot.git
synced 2025-05-19 04:46:10 +02:00
Fix canvas selrect selection.
This commit is contained in:
parent
a55d3655cf
commit
674136bcab
6 changed files with 23 additions and 17 deletions
|
@ -157,8 +157,8 @@
|
|||
shapes-selected (filter (comp workspace-selected :id) shapes)
|
||||
shapes-notselected (filter (comp not workspace-selected :id) shapes)]
|
||||
(html
|
||||
[:svg.page-canvas {:x wb/document-start-x
|
||||
:y wb/document-start-y
|
||||
[:svg.page-canvas {:x wb/canvas-start-x
|
||||
:y wb/canvas-start-y
|
||||
:ref (str "canvas" id)
|
||||
:width width
|
||||
:height height}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue