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 101
101
</ select >
102
102
</ form >
103
103
</ 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 >
125
104
</ div >
126
105
</ div >
127
106
< div id ="blocklyDiv "> </ div >
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ import {runCode, registerRunCodeShortcut} from './runCode';
27
27
function loadScenario ( workspace : Blockly . WorkspaceSvg ) {
28
28
const scenarioSelector = location . search . match ( / s c e n a r i o = ( [ ^ & ] + ) / ) ;
29
29
// Default to the sunny day example.
30
- const scenarioString = scenarioSelector ? scenarioSelector [ 1 ] : 'sun ' ;
30
+ const scenarioString = scenarioSelector ? scenarioSelector [ 1 ] : 'simpleCircle ' ;
31
31
const selector = document . getElementById (
32
32
'scenarioSelect' ,
33
33
) as HTMLSelectElement ;
You can’t perform that action at this time.
0 commit comments