@innovastudio/contentbuilder 1.5.152 → 1.5.153
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/index.d.ts
CHANGED
package/package.json
CHANGED
@@ -99598,6 +99598,11 @@ Please obtain a license at: https://innovastudio.com/contentbox`);
|
|
99598
99598
|
this.elmTool.hide();
|
99599
99599
|
}
|
99600
99600
|
typing() {
|
99601
|
+
// Lightweight: Just mark content changed for auto-save
|
99602
|
+
if (this.opts.onType) {
|
99603
|
+
this.opts.onType();
|
99604
|
+
}
|
99605
|
+
|
99601
99606
|
// console.log('typing');
|
99602
99607
|
if (this.timeoutId) clearTimeout(this.timeoutId);
|
99603
99608
|
this.timeoutId = setTimeout(() => {
|