mirror of
https://github.com/google/blockly.git
synced 2026-01-08 01:20:12 +01:00
Inject CSS rule for cursors regardless of CSS flag.
This commit is contained in:
@@ -169,9 +169,7 @@ Blockly.createDom_ = function(container) {
|
||||
goog.ui.Component.setDefaultRightToLeft(Blockly.RTL);
|
||||
|
||||
// Load CSS.
|
||||
if (Blockly.hasCss) {
|
||||
Blockly.Css.inject();
|
||||
}
|
||||
Blockly.Css.inject();
|
||||
|
||||
// Build the SVG DOM.
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user