ide-assi 0.392.0 → 0.394.0
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/bundle.cjs.js
CHANGED
|
@@ -235086,6 +235086,7 @@ class IdeDiff extends HTMLElement {
|
|
|
235086
235086
|
]
|
|
235087
235087
|
});
|
|
235088
235088
|
|
|
235089
|
+
console.log(this.#tobeEditorView.state.doc.length);
|
|
235089
235090
|
this.#tobeEditorView.dispatch({
|
|
235090
235091
|
changes: { from: 0, to: this.#tobeEditorView.state.doc.length, insert: src2 },
|
|
235091
235092
|
effects: [
|
package/dist/bundle.esm.js
CHANGED
|
@@ -235082,6 +235082,7 @@ class IdeDiff extends HTMLElement {
|
|
|
235082
235082
|
]
|
|
235083
235083
|
});
|
|
235084
235084
|
|
|
235085
|
+
console.log(this.#tobeEditorView.state.doc.length);
|
|
235085
235086
|
this.#tobeEditorView.dispatch({
|
|
235086
235087
|
changes: { from: 0, to: this.#tobeEditorView.state.doc.length, insert: src2 },
|
|
235087
235088
|
effects: [
|
package/package.json
CHANGED