ide-assi 0.399.0 → 0.401.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
|
@@ -235100,7 +235100,6 @@ class IdeDiff extends HTMLElement {
|
|
|
235100
235100
|
// 다음 프레임에서 데코레이션 효과만 별도로 디스패치합니다.
|
|
235101
235101
|
requestAnimationFrame(() => {
|
|
235102
235102
|
this.#asisEditorView.dispatch({
|
|
235103
|
-
//effects: [asisEffect]
|
|
235104
235103
|
effects: StateEffect.appendConfig.of([
|
|
235105
235104
|
EditorView.decorations.of(Decoration.set(Decoration.line({attributes: {style: "font-weight: bold"}}).range(0))),
|
|
235106
235105
|
])
|
package/dist/bundle.esm.js
CHANGED
|
@@ -235096,7 +235096,6 @@ class IdeDiff extends HTMLElement {
|
|
|
235096
235096
|
// 다음 프레임에서 데코레이션 효과만 별도로 디스패치합니다.
|
|
235097
235097
|
requestAnimationFrame(() => {
|
|
235098
235098
|
this.#asisEditorView.dispatch({
|
|
235099
|
-
//effects: [asisEffect]
|
|
235100
235099
|
effects: StateEffect.appendConfig.of([
|
|
235101
235100
|
EditorView.decorations.of(Decoration.set(Decoration.line({attributes: {style: "font-weight: bold"}}).range(0))),
|
|
235102
235101
|
])
|
|
@@ -348,7 +348,6 @@ export class IdeDiff extends HTMLElement {
|
|
|
348
348
|
// 다음 프레임에서 데코레이션 효과만 별도로 디스패치합니다.
|
|
349
349
|
requestAnimationFrame(() => {
|
|
350
350
|
this.#asisEditorView.dispatch({
|
|
351
|
-
//effects: [asisEffect]
|
|
352
351
|
effects: StateEffect.appendConfig.of([
|
|
353
352
|
EditorView.decorations.of(Decoration.set(Decoration.line({attributes: {style: "font-weight: bold"}}).range(0))),
|
|
354
353
|
])
|
package/package.json
CHANGED
|
@@ -348,7 +348,6 @@ export class IdeDiff extends HTMLElement {
|
|
|
348
348
|
// 다음 프레임에서 데코레이션 효과만 별도로 디스패치합니다.
|
|
349
349
|
requestAnimationFrame(() => {
|
|
350
350
|
this.#asisEditorView.dispatch({
|
|
351
|
-
//effects: [asisEffect]
|
|
352
351
|
effects: StateEffect.appendConfig.of([
|
|
353
352
|
EditorView.decorations.of(Decoration.set(Decoration.line({attributes: {style: "font-weight: bold"}}).range(0))),
|
|
354
353
|
])
|