ide-assi 0.368.0 → 0.369.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
|
@@ -235156,6 +235156,7 @@ class IdeDiff extends HTMLElement {
|
|
|
235156
235156
|
// 2단계: 텍스트 및 언어 변경이 완전히 적용되고 뷰가 안정화된 후,
|
|
235157
235157
|
// 다음 프레임에서 데코레이션 효과만 별도로 디스패치합니다.
|
|
235158
235158
|
requestAnimationFrame(() => {
|
|
235159
|
+
console.log(asisEffect, tobeEffect);
|
|
235159
235160
|
this.#asisEditorView.dispatch({
|
|
235160
235161
|
effects: [asisEffect]
|
|
235161
235162
|
});
|
package/dist/bundle.esm.js
CHANGED
|
@@ -235152,6 +235152,7 @@ class IdeDiff extends HTMLElement {
|
|
|
235152
235152
|
// 2단계: 텍스트 및 언어 변경이 완전히 적용되고 뷰가 안정화된 후,
|
|
235153
235153
|
// 다음 프레임에서 데코레이션 효과만 별도로 디스패치합니다.
|
|
235154
235154
|
requestAnimationFrame(() => {
|
|
235155
|
+
console.log(asisEffect, tobeEffect);
|
|
235155
235156
|
this.#asisEditorView.dispatch({
|
|
235156
235157
|
effects: [asisEffect]
|
|
235157
235158
|
});
|
|
@@ -404,6 +404,7 @@ export class IdeDiff extends HTMLElement {
|
|
|
404
404
|
// 2단계: 텍스트 및 언어 변경이 완전히 적용되고 뷰가 안정화된 후,
|
|
405
405
|
// 다음 프레임에서 데코레이션 효과만 별도로 디스패치합니다.
|
|
406
406
|
requestAnimationFrame(() => {
|
|
407
|
+
console.log(asisEffect, tobeEffect);
|
|
407
408
|
this.#asisEditorView.dispatch({
|
|
408
409
|
effects: [asisEffect]
|
|
409
410
|
});
|
package/package.json
CHANGED
|
@@ -404,6 +404,7 @@ export class IdeDiff extends HTMLElement {
|
|
|
404
404
|
// 2단계: 텍스트 및 언어 변경이 완전히 적용되고 뷰가 안정화된 후,
|
|
405
405
|
// 다음 프레임에서 데코레이션 효과만 별도로 디스패치합니다.
|
|
406
406
|
requestAnimationFrame(() => {
|
|
407
|
+
console.log(asisEffect, tobeEffect);
|
|
407
408
|
this.#asisEditorView.dispatch({
|
|
408
409
|
effects: [asisEffect]
|
|
409
410
|
});
|