@neo4j-cypher/codemirror
Advanced tools
Comparing version 1.0.0-next.13 to 1.0.0-next.14
@@ -177,3 +177,3 @@ import _defineProperty from "@babel/runtime/helpers/defineProperty"; | ||
export const cypherCompletion = ({ | ||
activateOnTyping = false, | ||
activateOnTyping = false /* Could be made an option... */, | ||
closeOnBlur = true | ||
@@ -180,0 +180,0 @@ } = {}) => [autocompletionExtension({ |
@@ -203,3 +203,3 @@ import _defineProperty from "@babel/runtime/helpers/defineProperty"; | ||
} = newOptions; | ||
if (!oldLength || !newLength || oldLength !== oldLength) { | ||
if (!oldLength || !newLength || oldLength !== newLength) { | ||
return oldLength === newLength; | ||
@@ -206,0 +206,0 @@ } |
@@ -169,3 +169,3 @@ "use strict"; | ||
const cypherCompletion = ({ | ||
activateOnTyping = false, | ||
activateOnTyping = false /* Could be made an option... */, | ||
closeOnBlur = true | ||
@@ -172,0 +172,0 @@ } = {}) => [(0, _autocomplete.autocompletion)({ |
@@ -215,3 +215,3 @@ "use strict"; | ||
} = newOptions; | ||
if (!oldLength || !newLength || oldLength !== oldLength) { | ||
if (!oldLength || !newLength || oldLength !== newLength) { | ||
return oldLength === newLength; | ||
@@ -218,0 +218,0 @@ } |
@@ -9,3 +9,3 @@ { | ||
], | ||
"version": "1.0.0-next.13", | ||
"version": "1.0.0-next.14", | ||
"author": "Neo4j Inc.", | ||
@@ -12,0 +12,0 @@ "license": "GPL-3.0", |
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
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
195553