nur wenn xyz genaendert, dann senden

This commit is contained in:
ChK
2026-04-07 09:30:46 +02:00
parent 3d33ecd747
commit a47c168a22
11 changed files with 250 additions and 159 deletions

View File

@@ -11,6 +11,16 @@ class MockCmdReceiver {
})
}
execCommand(cmd, oldPos, newPos) {
this.calls.push({
cmd,
oldPos,
newPos
})
}
get callCount() {
return this.calls.length
}