0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-22 14:39:45 -05:00

🐛 Add visual feedback when moving an element into a board

This commit is contained in:
alonso.torres 2024-10-14 10:06:28 +02:00
parent c236e0765b
commit 3a9119cf29
2 changed files with 2 additions and 1 deletions

View file

@ -42,6 +42,7 @@
- Fix "Done" button on toolbar on inspect mode should go to design mode [Taiga #8933](https://tree.taiga.io/project/penpot/issue/8933)
- Fix problem with shortcuts in text editor [Github #5078](https://github.com/penpot/penpot/issues/5078)
- Fix problems with show in viewer and interactions [Github #4868](https://github.com/penpot/penpot/issues/4868)
- Add visual feedback when moving an element into a board [Github #3210](https://github.com/penpot/penpot/issues/3210)
## 2.2.1

View file

@ -397,7 +397,7 @@
(->> @hover-ids
(filter #(cfh/frame-shape? (get base-objects %)))
(remove selected)
(first))
(last))
outlined-frame (get objects outlined-frame-id)]
[:*
[:& outline/shape-outlines