Dismiss tooltip when the selection changes

This commit is contained in:
Nils Maier 2019-09-07 22:46:24 +02:00
parent e928d202ee
commit b1a7c22452

View File

@ -751,6 +751,7 @@ export class DownloadTable extends VirtualTable {
}
selectionChanged() {
this.dismissTooltip();
const {empty} = this.selection;
if (empty) {
for (const d of this.disableSet) {