mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Fixed error on closing editor.
This commit is contained in:
@@ -483,7 +483,7 @@ loot-clear-metadata
|
||||
}
|
||||
}
|
||||
|
||||
if (isValid || evt.target-id != 'accept') {
|
||||
if (isValid || evt.target.id != 'accept') {
|
||||
/* Fire the close event, saying whether or not to save data. */
|
||||
card.dispatchEvent(new CustomEvent('loot-editor-close', {
|
||||
bubbles: true,
|
||||
|
||||
Reference in New Issue
Block a user