mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-06 14:10:53 +03:00
use one Archive instance for state.archive
This commit is contained in:
@@ -68,4 +68,8 @@ export default class Archive {
|
||||
this.files.splice(index, 1);
|
||||
}
|
||||
}
|
||||
|
||||
clear() {
|
||||
this.files = [];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user