Dismiss tooltip when the selection changes
This commit is contained in:
parent
e928d202ee
commit
b1a7c22452
@ -751,6 +751,7 @@ export class DownloadTable extends VirtualTable {
|
|||||||
}
|
}
|
||||||
|
|
||||||
selectionChanged() {
|
selectionChanged() {
|
||||||
|
this.dismissTooltip();
|
||||||
const {empty} = this.selection;
|
const {empty} = this.selection;
|
||||||
if (empty) {
|
if (empty) {
|
||||||
for (const d of this.disableSet) {
|
for (const d of this.disableSet) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user