mirror of
https://github.com/google/blockly.git
synced 2026-01-10 10:27:08 +01:00
Move the rendering object to live on the workspace_svg (#3016)
* Move the rendering object onto the workspace allowing the various workspaces to have different renderers.
This commit is contained in:
@@ -411,6 +411,8 @@ gulp.task('typings', function (cb) {
|
||||
"core/components/tree",
|
||||
"core/components/menu",
|
||||
"core/keyboard_nav",
|
||||
"core/renderers/common",
|
||||
"core/renderers/measurables",
|
||||
"core/theme",
|
||||
"core/utils",
|
||||
"msg/"
|
||||
@@ -449,6 +451,8 @@ gulp.task('typings', function (cb) {
|
||||
`${tmpDir}/core/components/tree/**`,
|
||||
`${tmpDir}/core/components/menu/**`,
|
||||
`${tmpDir}/core/keyboard_nav/**`,
|
||||
`${tmpDir}/core/renderers/common/**`,
|
||||
`${tmpDir}/core/renderers/measurables/**`,
|
||||
`${tmpDir}/core/utils/**`,
|
||||
`${tmpDir}/core/theme/**`,
|
||||
`${tmpDir}/msg/**`
|
||||
|
||||
Reference in New Issue
Block a user