Skip to content
Snippets Groups Projects
Unverified Commit 313fb880 authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire:
Browse files

Delete annotations when clearing the queue (#37)

parent f366eaab
No related branches found
No related tags found
No related merge requests found
Pipeline #18353 passed
......@@ -247,6 +247,8 @@ export default class DBPSignatureLitElement extends DBPSignatureBaseLitElement {
}
clearQueuedFiles() {
this.queuedFilesAnnotations = [];
this.queuedFilesAnnotationsCount = 0;
this.queuedFiles = [];
this.updateQueuedFilesCount();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment