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;