dont invoke connection updates if the snapped handle stays the same

This commit is contained in:
peterkogo
2024-06-26 18:12:56 +02:00
parent 41ebe46d77
commit 25dfeb1c02
2 changed files with 23 additions and 4 deletions
+1
View File
@@ -314,6 +314,7 @@ const createStore = ({
});
},
updateConnection: (connection) => {
console.log('newUpdate');
set({ connection });
},