Fix app link icon reset handling
This commit is contained in:
@@ -70,6 +70,8 @@ async function onUnset() {
|
||||
const error = await props.unsetHandler();
|
||||
if (!error) isChanged.value = false;
|
||||
|
||||
internalSrc.value = props.fallbackSrc;
|
||||
|
||||
busy.value = false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user