This commit is contained in:
Timothy Jaeryang Baek 2025-02-28 07:36:56 -08:00
parent 05599e1bb5
commit 331caad5b8

View File

@ -91,7 +91,7 @@
onCode={(value) => { onCode={(value) => {
dispatch('code', value); dispatch('code', value);
}} }}
onSave={(e) => { onSave={(value) => {
dispatch('update', { dispatch('update', {
raw: token.raw, raw: token.raw,
oldContent: token.text, oldContent: token.text,