Fix blockly searchInput

This commit is contained in:
oc 2019-04-17 16:02:17 +08:00
parent 0b0fa6714c
commit 0d49777e1a

View File

@ -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) {