ide-assi 0.391.0 → 0.392.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
|
@@ -235097,10 +235097,10 @@ class IdeDiff extends HTMLElement {
|
|
|
235097
235097
|
// 다음 프레임에서 데코레이션 효과만 별도로 디스패치합니다.
|
|
235098
235098
|
requestAnimationFrame(() => {
|
|
235099
235099
|
this.#asisEditorView.dispatch({
|
|
235100
|
-
effects: [asisEffect]
|
|
235100
|
+
//effects: [asisEffect]
|
|
235101
235101
|
});
|
|
235102
235102
|
this.#tobeEditorView.dispatch({
|
|
235103
|
-
effects: [tobeEffect]
|
|
235103
|
+
//effects: [tobeEffect]
|
|
235104
235104
|
});
|
|
235105
235105
|
|
|
235106
235106
|
// ⭐️ 3단계: 데코레이션까지 적용된 후 뷰가 다시 안정화될 시간을 한 번 더 줍니다.
|
package/dist/bundle.esm.js
CHANGED
|
@@ -235093,10 +235093,10 @@ class IdeDiff extends HTMLElement {
|
|
|
235093
235093
|
// 다음 프레임에서 데코레이션 효과만 별도로 디스패치합니다.
|
|
235094
235094
|
requestAnimationFrame(() => {
|
|
235095
235095
|
this.#asisEditorView.dispatch({
|
|
235096
|
-
effects: [asisEffect]
|
|
235096
|
+
//effects: [asisEffect]
|
|
235097
235097
|
});
|
|
235098
235098
|
this.#tobeEditorView.dispatch({
|
|
235099
|
-
effects: [tobeEffect]
|
|
235099
|
+
//effects: [tobeEffect]
|
|
235100
235100
|
});
|
|
235101
235101
|
|
|
235102
235102
|
// ⭐️ 3단계: 데코레이션까지 적용된 후 뷰가 다시 안정화될 시간을 한 번 더 줍니다.
|
|
@@ -345,10 +345,10 @@ export class IdeDiff extends HTMLElement {
|
|
|
345
345
|
// 다음 프레임에서 데코레이션 효과만 별도로 디스패치합니다.
|
|
346
346
|
requestAnimationFrame(() => {
|
|
347
347
|
this.#asisEditorView.dispatch({
|
|
348
|
-
effects: [asisEffect]
|
|
348
|
+
//effects: [asisEffect]
|
|
349
349
|
});
|
|
350
350
|
this.#tobeEditorView.dispatch({
|
|
351
|
-
effects: [tobeEffect]
|
|
351
|
+
//effects: [tobeEffect]
|
|
352
352
|
});
|
|
353
353
|
|
|
354
354
|
// ⭐️ 3단계: 데코레이션까지 적용된 후 뷰가 다시 안정화될 시간을 한 번 더 줍니다.
|
package/package.json
CHANGED
|
@@ -345,10 +345,10 @@ export class IdeDiff extends HTMLElement {
|
|
|
345
345
|
// 다음 프레임에서 데코레이션 효과만 별도로 디스패치합니다.
|
|
346
346
|
requestAnimationFrame(() => {
|
|
347
347
|
this.#asisEditorView.dispatch({
|
|
348
|
-
effects: [asisEffect]
|
|
348
|
+
//effects: [asisEffect]
|
|
349
349
|
});
|
|
350
350
|
this.#tobeEditorView.dispatch({
|
|
351
|
-
effects: [tobeEffect]
|
|
351
|
+
//effects: [tobeEffect]
|
|
352
352
|
});
|
|
353
353
|
|
|
354
354
|
// ⭐️ 3단계: 데코레이션까지 적용된 후 뷰가 다시 안정화될 시간을 한 번 더 줍니다.
|