ncannasse 6 年之前
父節點
當前提交
e93102c80a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      hxd/inspect/PropManager.hx

+ 1 - 1
hxd/inspect/PropManager.hx

@@ -520,7 +520,7 @@ class PropManager extends vdom.Client {
 			var delay = false;
 			jprop.click(function(_) {
 				if( delay ) return;
-				jprop.special("colorPick", [get().toColor(), alpha], function(c) {
+				jprop.special("colorPick", [get().toColor(), alpha], function(c:Dynamic) {
 					if( jprop.get() == null || jprop.get().id < 0 )
 						return true;
 					delay = true;