mirror of
https://github.com/google/blockly.git
synced 2026-01-10 02:17:09 +01:00
Adjust marker and cursor colours from the theme (#3735)
* Support adjusting marker and cursor colours from the theme
This commit is contained in:
@@ -167,6 +167,9 @@ suite('Checkbox Fields', function() {
|
||||
field.sourceBlock_ = {
|
||||
RTL: false,
|
||||
rendered: true,
|
||||
workspace: {
|
||||
keyboardAccessibilityMode: false
|
||||
},
|
||||
render: function() { field.render_(); },
|
||||
bumpNeighbours: function() {}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user