mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-08 19:33:24 +00: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