From b1a7c2245256b753039c3e1d92f2d284152ad0e1 Mon Sep 17 00:00:00 2001 From: Nils Maier Date: Sat, 7 Sep 2019 22:46:24 +0200 Subject: [PATCH] Dismiss tooltip when the selection changes --- windows/manager/table.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/windows/manager/table.ts b/windows/manager/table.ts index 653706a..492a924 100644 --- a/windows/manager/table.ts +++ b/windows/manager/table.ts @@ -751,6 +751,7 @@ export class DownloadTable extends VirtualTable { } selectionChanged() { + this.dismissTooltip(); const {empty} = this.selection; if (empty) { for (const d of this.disableSet) {