mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-25 01:48:11 +08:00
@@ -30,7 +30,7 @@
|
||||
if (self) dispatch("commitText", self.getValue());
|
||||
|
||||
// Required if value is not changed by the parent component upon update:value event
|
||||
self?.setInputElementValue(value);
|
||||
self?.setInputElementValue(self.getValue());
|
||||
}
|
||||
|
||||
function onCancelTextChange() {
|
||||
|
||||
Reference in New Issue
Block a user