mirror of
https://github.com/penpot/penpot.git
synced 2025-06-10 06:51:44 +02:00
🐛 Add visual feedback when moving an element into a board
This commit is contained in:
parent
c236e0765b
commit
3a9119cf29
2 changed files with 2 additions and 1 deletions
|
@ -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 "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 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)
|
- 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
|
## 2.2.1
|
||||||
|
|
||||||
|
|
|
@ -397,7 +397,7 @@
|
||||||
(->> @hover-ids
|
(->> @hover-ids
|
||||||
(filter #(cfh/frame-shape? (get base-objects %)))
|
(filter #(cfh/frame-shape? (get base-objects %)))
|
||||||
(remove selected)
|
(remove selected)
|
||||||
(first))
|
(last))
|
||||||
outlined-frame (get objects outlined-frame-id)]
|
outlined-frame (get objects outlined-frame-id)]
|
||||||
[:*
|
[:*
|
||||||
[:& outline/shape-outlines
|
[:& outline/shape-outlines
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue