Hi,
I have a block with mutation, in my domToMutation handler I'm calling an API to load new field values, this works as expected. The same handler (domToMutation) is called once when the block is dragged on the canvass.
ref - SetValue_Drag_DomToMutation

However, if two of the same blocks are attached together, the domToMutation is called indefinitely on the drag action for both the blocks.
How can I ensure that the domToMutation handler is called only once during the drag action (or that the domToMutation is only called once the drag ends).
TIA,
Harsh