Skip to content

Commit 6f65fda

Browse files
committed
🐛 Fix getting pen position
1 parent 19529f5 commit 6f65fda

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

extension.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ export default class KandoIntegration extends Extension {
169169
[x, y] = [coords.x, coords.y];
170170
return false; // Stop iteration.
171171
}
172+
return true;
172173
});
173174
} else if (utils.shellVersionIsAtLeast(49, 'beta')) {
174175
// Between 49 beta and 49.1, there was no way to query the position of a specific

0 commit comments

Comments
 (0)