Comparing version 0.14.0-next.65469e4.4 to 0.14.0-next.e195a1c.6
@@ -374,6 +374,6 @@ "use strict"; | ||
if ((0, create_on_drag_1.isCreatingOnDrag)(target)) { | ||
this.startCreatingOnDrag(target, event); | ||
return this.startCreatingOnDrag(target, event); | ||
} | ||
else if (isRoutingHandle) { | ||
this.activateRoutingHandle(target, event); | ||
return this.activateRoutingHandle(target, event); | ||
} | ||
@@ -380,0 +380,0 @@ } |
{ | ||
"name": "sprotty", | ||
"version": "0.14.0-next.65469e4.4+65469e4", | ||
"version": "0.14.0-next.e195a1c.6+e195a1c", | ||
"description": "A next-gen framework for graphical views", | ||
@@ -59,3 +59,3 @@ "license": "(EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0)", | ||
"snabbdom": "^3.5.1", | ||
"sprotty-protocol": "0.14.0-next.65469e4.4+65469e4", | ||
"sprotty-protocol": "0.14.0-next.e195a1c.6+e195a1c", | ||
"tinyqueue": "^2.0.3" | ||
@@ -106,3 +106,3 @@ }, | ||
], | ||
"gitHead": "65469e49072b9a1874f4cdb1846fb25eabf2a4a8" | ||
"gitHead": "e195a1cea404225c35af55b01429352fd6f081dd" | ||
} |
@@ -412,5 +412,5 @@ /******************************************************************************** | ||
if (isCreatingOnDrag(target)) { | ||
this.startCreatingOnDrag(target, event); | ||
return this.startCreatingOnDrag(target, event); | ||
} else if (isRoutingHandle) { | ||
this.activateRoutingHandle(target, event); | ||
return this.activateRoutingHandle(target, event); | ||
} | ||
@@ -417,0 +417,0 @@ } |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 7 instances in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 7 instances in 1 package
2860524