Timothy Jaeryang Baek
2 mesi fa
|
@@ -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,
|