@flowgram.ai/free-layout-core 0.1.10 → 0.1.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/esm/index.js CHANGED
@@ -2957,7 +2957,7 @@ function useNodeRender(nodeFromProps) {
2957
2957
  [node]
2958
2958
  );
2959
2959
  const deleteNode = useCallback(() => node.dispose(), [node]);
2960
- useListenEvents(selectionService.onSelectionChanged, portsData.onDataChange);
2960
+ useListenEvents(portsData.onDataChange);
2961
2961
  const isFirefox = navigator?.userAgent?.includes?.("Firefox");
2962
2962
  const onFocus = useCallback(() => {
2963
2963
  if (isFirefox) {