From 4d0ad198a44ff2076a51f927141d5218ccc5f93c Mon Sep 17 00:00:00 2001 From: ckcz123 Date: Fri, 27 Dec 2019 18:39:56 +0800 Subject: [PATCH] type:wait preview --- _server/editor_blockly.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_server/editor_blockly.js b/_server/editor_blockly.js index 91599d24..f40b7fb9 100644 --- a/_server/editor_blockly.js +++ b/_server/editor_blockly.js @@ -703,7 +703,7 @@ function omitedcheckUpdateFunction(event) { var dt = obj[0]; editor.uievent.previewUI([{"type": "fillRect", "x": dt.px[0], "y": dt.py[0], "width": "(" + dt.px[1] + ")-(" + dt.px[0] + ")", "height": "(" + dt.py[1] + ")-(" + dt.py[0] + ")", - "style": "#FF0000"}]) + "style": "rgba(255,0,0,0.5)"}]) } else if (obj.length > 0 && b.type.startsWith(obj[0].type)) { if (b.type == 'previewUI_s')