@engines/ax-appkit-codemirror
Advanced tools
Comparing version 0.0.17 to 0.0.18
@@ -241,3 +241,4 @@ // Ax, copyright (c) Lachlan Douglas | ||
$focus: (el) => () => { | ||
el.$('textarea').$codemirror.focus(); | ||
let codemirror = el.$('textarea').$codemirror; | ||
if (codemirror) codemirror.focus(); | ||
}, | ||
@@ -244,0 +245,0 @@ |
{ | ||
"name": "@engines/ax-appkit-codemirror", | ||
"version": "0.0.17", | ||
"version": "0.0.18", | ||
"description": "An Ax extension for CodeMirror.", | ||
@@ -5,0 +5,0 @@ "main": "ax-appkit-codemirror.js", |
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
12449
402