Skip to content

Commit f87bb68

Browse files
committed
Fix: improve diff editor's behavior
1 parent 8b0f407 commit f87bb68

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/code-editor.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,7 @@ export default {
272272
273273
// Set change event.
274274
original.onDidChangeContent(() => {
275+
updateValue(rightEditor, original.getValue())
275276
this.invalidate()
276277
})
277278

0 commit comments

Comments
 (0)