File tree Expand file tree Collapse file tree 2 files changed +1
-22
lines changed
Expand file tree Collapse file tree 2 files changed +1
-22
lines changed Original file line number Diff line number Diff line change 101101 </ select >
102102 </ form >
103103 </ div >
104- < h3 id ="description "> </ h3 >
105- < p >
106- This page is an active site for development of keyboard navigation
107- for Blockly.
108- </ p >
109- < p > Keyboard navigation is enabled by default.</ p >
110- < p > You can navigate with the arrow keys.</ p >
111- < p > Press / to see a full list of shortcuts at any time.</ p >
112- < p >
113- The announcer region (below) updates in response to some commands.
114- </ p >
115- < p >
116- The code can be found on
117- < a href ="https://github.com/google/blockly-keyboard-experimentation "
118- > github</ a
119- >
120- </ p >
121- < h3 id ="announcerHeading "> Announcer region:</ h3 >
122- < div id ="announceWrapper ">
123- < p id ="announcer "> </ p >
124- </ div >
125104 </ div >
126105 </ div >
127106 < div id ="blocklyDiv "> </ div >
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ import {runCode, registerRunCodeShortcut} from './runCode';
2727function loadScenario ( workspace : Blockly . WorkspaceSvg ) {
2828 const scenarioSelector = location . search . match ( / s c e n a r i o = ( [ ^ & ] + ) / ) ;
2929 // Default to the sunny day example.
30- const scenarioString = scenarioSelector ? scenarioSelector [ 1 ] : 'sun ' ;
30+ const scenarioString = scenarioSelector ? scenarioSelector [ 1 ] : 'simpleCircle ' ;
3131 const selector = document . getElementById (
3232 'scenarioSelect' ,
3333 ) as HTMLSelectElement ;
You can’t perform that action at this time.
0 commit comments