We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0b02a0 commit 54b4a1aCopy full SHA for 54b4a1a
src/vanilla/makecode-frame-driver.ts
@@ -297,6 +297,7 @@ export class MakeCodeFrameDriver {
297
// Native app oriented event that doesn't have a 'type' field.
298
switch (data.cmd) {
299
case 'backtap':
300
+ // MakeCode seems to send this twice for a single click but there's little we can do here.
301
return this.options.onBack?.();
302
case 'backpress':
303
return this.options.onBackLongPress?.();
0 commit comments