diff --git a/webapp/src/app.tsx b/webapp/src/app.tsx index cb577cad1b35..e0e1e15dc081 100644 --- a/webapp/src/app.tsx +++ b/webapp/src/app.tsx @@ -5315,9 +5315,6 @@ export class ProjectView } async toggleAccessibleBlocks(eventSource: string) { - if (core.isKeyboardControlsByDefault()) { - eventSource += "-on-by-default"; - } const nextEnabled = !this.getData(auth.ACCESSIBLE_BLOCKS); if (nextEnabled) { pxt.storage.setLocal("onboardAccessibleBlocks", "1")