mirror of
https://github.com/google/blockly.git
synced 2026-01-09 01:50:11 +01:00
Add 'startScale' and remove 'enabled' options on zoom.
This commit is contained in:
@@ -384,7 +384,9 @@ Code.init = function() {
|
||||
media: '../../media/',
|
||||
rtl: rtl,
|
||||
toolbox: toolbox,
|
||||
zoom: {enabled: true}
|
||||
zoom:
|
||||
{controls: true,
|
||||
wheel: true}
|
||||
});
|
||||
|
||||
// Add to reserved word list: Local variables in execution environment (runJS)
|
||||
|
||||
Reference in New Issue
Block a user