question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

events are not firing in translate DragMode

See original GitHub issue

am 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:closed
  • Created 4 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
artfcommented, Jan 20, 2020

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)

0reactions
ramusesancommented, Jan 21, 2020

okay thanks for reply @artf i will be awaiting eagerly for upcoming release

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found