e-virt-table 1.1.7 → 1.1.8

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/dist/index.es.js CHANGED
@@ -6420,7 +6420,7 @@ class ss {
6420
6420
  });
6421
6421
  }
6422
6422
  async validate(t = !0) {
6423
- return this.editor.doneEdit(), new Promise(async (e, i) => {
6423
+ return new Promise(async (e, i) => {
6424
6424
  try {
6425
6425
  const s = await this.getValidations();
6426
6426
  e(s);