WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 6f65fda

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)