@adminforth/rich-editor 1.6.6 → 1.6.7

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/build.log CHANGED
@@ -10,5 +10,5 @@ custom/package.json
10
10
  custom/quillEditor.vue
11
11
  custom/tsconfig.json
12
12
 
13
- sent 29,604 bytes received 115 bytes 59,438.00 bytes/sec
14
- total size is 29,181 speedup is 0.98
13
+ sent 29,607 bytes received 115 bytes 59,444.00 bytes/sec
14
+ total size is 29,184 speedup is 0.98
@@ -390,7 +390,7 @@ async function emitTextUpdate() {
390
390
  await (new Promise((resolve) => setTimeout(resolve, 0)));
391
391
  const isEmpty = isQuillContentEmpty(html);
392
392
  dbg('⬆️ emit value suggestion-input', html);
393
- console.log('⬆️ emit value suggestion-input', html);
393
+ // console.log('⬆️ emit value suggestion-input', html);
394
394
  emit('update:value', html);
395
395
  }
396
396
 
@@ -390,7 +390,7 @@ async function emitTextUpdate() {
390
390
  await (new Promise((resolve) => setTimeout(resolve, 0)));
391
391
  const isEmpty = isQuillContentEmpty(html);
392
392
  dbg('⬆️ emit value suggestion-input', html);
393
- console.log('⬆️ emit value suggestion-input', html);
393
+ // console.log('⬆️ emit value suggestion-input', html);
394
394
  emit('update:value', html);
395
395
  }
396
396
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adminforth/rich-editor",
3
- "version": "1.6.6",
3
+ "version": "1.6.7",
4
4
  "description": "Rich editor plugin for adminforth",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",