Fix blockly searchInput
This commit is contained in:
parent
0b0fa6714c
commit
0d49777e1a
@ -673,11 +673,11 @@ function omitedcheckUpdateFunction(event) {
|
||||
|
||||
var searchInput = document.getElementById("searchBlock");
|
||||
searchInput.onfocus = function () {
|
||||
editor_blockly.reopenToolbox(9);
|
||||
editor_blockly.reopenToolbox(10);
|
||||
}
|
||||
|
||||
searchInput.oninput = function () {
|
||||
editor_blockly.reopenToolbox(9);
|
||||
editor_blockly.reopenToolbox(10);
|
||||
}
|
||||
|
||||
editor_blockly.searchBlock = function (value) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user