Federico Bonel Tozzi

Results 90 comments of Federico Bonel Tozzi

I can replicate this as well! For the record, this happens when you edit the field using the sidebar fields. If you use inline editing (in 0.20.x), then it doesn't...

Hey @grumpyTofu! Thanks for your comments! I believe we still want to stick with a centralized dictionary, since it keeps all the logic for message/string resolution in one place. This...

Hey @conradkirschner! This would be achieved using your own library. Puck, in principle, expects any object containing the necessary strings, and when you update that object, it will react to...

I can confirm I can replicate this. I also edited the issue to follow our template.

Issue #1325 also noted that `contentEditable` does not work when it is defined only inside resolve fields. This is due to the same underlying issue, since `contentEditable` fields rely on...

Hey @skpulipaka26, I know this is a pretty old issue, but you can now check if a component is being dragged by [accessing the PuckAPI](https://puckeditor.com/docs/api-reference/puck-api) and inspecting the `appState.ui.isDragging` flag....

Hey @domhaas! No need to say sorry! I initially thought you could combine the PuckAPI `appState.ui.isDragging` with `selectedItem` to determine if an item was being dragged and which item it...

Done! Let me know if you have any suggestions or preferences for how this feature should look in the API.

This could also be "fixed" with an improved outline that supports drag and drop without needing to do it directly in the canvas. This is currently being tracked in #730.