mirror of
https://github.com/google/blockly.git
synced 2026-01-06 16:40:07 +01:00
Add zooming feature.
By carloslfu.
This commit is contained in:
@@ -382,7 +382,9 @@ Code.init = function() {
|
||||
snap: true},
|
||||
media: '../../media/',
|
||||
rtl: rtl,
|
||||
toolbox: toolbox});
|
||||
toolbox: toolbox,
|
||||
zoom: {enabled: true}
|
||||
});
|
||||
|
||||
// Add to reserved word list: Local variables in execution evironment (runJS)
|
||||
// and the infinite loop detection function.
|
||||
|
||||
Reference in New Issue
Block a user