diff --git a/components/viewer/modal/ViewBackpack.vue b/components/viewer/modal/ViewBackpack.vue index ea692c7..38cbdf1 100644 --- a/components/viewer/modal/ViewBackpack.vue +++ b/components/viewer/modal/ViewBackpack.vue @@ -130,6 +130,7 @@ function readImportCode() { }); } selected.value = selections; + importCode.value = ''; }