fix active watch

This commit is contained in:
2023-05-08 19:18:27 +10:00
parent 7d8d407d07
commit c35342df59

View File

@@ -316,7 +316,7 @@ watch(
}
active.value =
newValue.length > 0 ||
newValue.toString().length > 0 ||
newValue instanceof File ||
focused.value == true;
}