mirror of
https://github.com/google/blockly.git
synced 2026-01-07 00:50:27 +01:00
chore: allow themes to override eachother (#7188)
This commit is contained in:
@@ -74,7 +74,7 @@ export class Theme implements ITheme {
|
||||
this.fontStyle = Object.create(null) as FontStyle;
|
||||
|
||||
// Register the theme by name.
|
||||
registry.register(registry.Type.THEME, name, this);
|
||||
registry.register(registry.Type.THEME, name, this, true);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user