events are not firing in translate DragMode
See original GitHub issueam using npm : “grapesjs”: “^0.15.10”, and dragMode: translate
added events
editor.on('block:drag', () => {
console.log('Triggered')
})
but this is working only default drag mode, not in translate drag mode. how get I fix this
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
QGraphicsView Class | Qt Widgets 6.4.1 - Qt Documentation
This function is most commonly called from within mouse event handlers in a subclass in QGraphicsView. pos is in untransformed viewport coordinates, just...
Read more >Why are touch event listeners seemingly preventing the ...
The problem is that for the layout you've selected, the Google Translate widget opens the language options "dropdown" in a new iframe, and...
Read more >plotly.graph_objects.Layout — 5.11.0 documentation
When the “event” flag is missing, plotly_click and plotly_selected events are not fired. coloraxis – plotly.graph_objects.layout.Coloraxis instance or dict ...
Read more >Drag-and-drop properties, events, and functions - - Application ...
When the object is clicked, the control is not placed automatically in drag mode; you have to put the object in drag mode...
Read more >Month View Link Switch Not Working in Translated Site -
Still in WPML > Translation Options, did you click “Use different slugs in different languages for Events. “? Have a nice day, Jeremy....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Actually, we’ve never provided a listener for a component during the drag, but I can think about adding it in the next release (eg.
component:drag:start
,component:drag
,component:drag:end
)okay thanks for reply @artf i will be awaiting eagerly for upcoming release