ncannasse 6 years ago
parent
commit
e93102c80a
1 changed files with 1 additions and 1 deletions
  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;