dmn-js-shared
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -140,2 +140,5 @@ import { Component } from 'inferno'; | ||
if (this.props.ctrlForNewline && !isCmd(event)) { | ||
// prevent default action (<br/> insert) | ||
event.preventDefault(); | ||
return; | ||
@@ -142,0 +145,0 @@ } |
{ | ||
"name": "dmn-js-shared", | ||
"description": "Shared components used by dmn-js", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"scripts": { | ||
@@ -6,0 +6,0 @@ "test": "karma start", |
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
54764
1948