mirror of
https://github.com/google/blockly.git
synced 2026-01-08 17:40:09 +01:00
Update component names (#3549)
This commit is contained in:
@@ -628,7 +628,7 @@ Blockly.Scrollbar.prototype.createDom_ = function(opt_class) {
|
||||
},
|
||||
this.svgGroup_);
|
||||
this.workspace_.getThemeManager().subscribe(
|
||||
this.svgHandle_, 'scrollbar', 'fill');
|
||||
this.svgHandle_, 'scrollbarColour', 'fill');
|
||||
this.workspace_.getThemeManager().subscribe(
|
||||
this.svgHandle_, 'scrollbarOpacity', 'fill-opacity');
|
||||
Blockly.utils.dom.insertAfter(this.outerSvg_,
|
||||
|
||||
Reference in New Issue
Block a user