fix: remove the behavior of de-select on second click#1575
fix: remove the behavior of de-select on second click#1575ojj1123 wants to merge 2 commits intopuckeditor:mainfrom
Conversation
|
@ojj1123 is attempting to deploy a commit to the Puck Team on Vercel. A member of the Team first needs to authorize it. |
|
Hey @ojj1123! Thanks for taking a look at this, would you mind actually only adding the deselecting behavior if the This new mode was the main reason this behavior was introduced, so I think it makes sense to only enable it if that is |
FedericoBonel
left a comment
There was a problem hiding this comment.
Check above comment! 🙏
…ScreenCanvas` prop
@FedericoBonel I changed it. Could you please review this PR? |
| const { | ||
| _experimentalFullScreenCanvas | ||
| } = usePropsContext(); |
There was a problem hiding this comment.
DraggableComponent is rendered as a child element of the PropsProvider and so I used that context.
close #1567