Skip to content

Commit d9b24ca

Browse files
Keyboard controls events: remove suffix now we added a dimension (#11198)
This should have been part of #11185 to fully address the feedback (I added the dimension but didn't remove this alternative approach). Co-authored-by: Richard Knoll <riknoll@users.noreply.github.com>
1 parent 8c30cda commit d9b24ca

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

webapp/src/app.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5315,9 +5315,6 @@ export class ProjectView
53155315
}
53165316

53175317
async toggleAccessibleBlocks(eventSource: string) {
5318-
if (core.isKeyboardControlsByDefault()) {
5319-
eventSource += "-on-by-default";
5320-
}
53215318
const nextEnabled = !this.getData<boolean>(auth.ACCESSIBLE_BLOCKS);
53225319
if (nextEnabled) {
53235320
pxt.storage.setLocal("onboardAccessibleBlocks", "1")

0 commit comments

Comments
 (0)