neo.mjs 4.0.55 → 4.0.56

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "neo.mjs",
3
- "version": "4.0.55",
3
+ "version": "4.0.56",
4
4
  "description": "The webworkers driven UI framework",
5
5
  "type": "module",
6
6
  "repository": {
@@ -887,7 +887,7 @@ class Text extends Base {
887
887
 
888
888
  me.updateValidationIndicators();
889
889
 
890
- NeoArray.remove(me.cls, 'neo-focus');
890
+ NeoArray.remove(me._cls, 'neo-focus');
891
891
 
892
892
  if (centerBorderEl && me.isEmpty()) {
893
893
  delete centerBorderEl.width;