We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4a747f4 + 09fb59e commit 8c897cdCopy full SHA for 8c897cd
1 file changed
packages/vtable/src/event/listener/container-dom.ts
@@ -705,6 +705,7 @@ export function bindContainerDomListener(eventManager: EventManager) {
705
});
706
}
707
708
+ stateManager.updateInteractionState(InteractionState.default);
709
};
710
eventManager.globalEventListeners.push({
711
name: 'pointerup',
0 commit comments