bug fix on file transfer window
This commit is contained in:
parent
b0ddd3d543
commit
372b715162
@ -82,10 +82,8 @@ class Grid: Behavior {
|
|||||||
{
|
{
|
||||||
if (prev === col) return; // already here, nothing to do.
|
if (prev === col) return; // already here, nothing to do.
|
||||||
prev.state.current = false; // drop state flag
|
prev.state.current = false; // drop state flag
|
||||||
prev.state.current = false; // drop state flag
|
|
||||||
}
|
}
|
||||||
col.state.current = true; // set state flag
|
col.state.current = true; // set state flag
|
||||||
row.state.checked = true;
|
|
||||||
col.scrollToView();
|
col.scrollToView();
|
||||||
this.onHeaderClick(col);
|
this.onHeaderClick(col);
|
||||||
}
|
}
|
||||||
|
@ -1705,7 +1705,6 @@ impl Remote {
|
|||||||
self.handler
|
self.handler
|
||||||
.call("setPermission", &make_args!("audio", p.enabled));
|
.call("setPermission", &make_args!("audio", p.enabled));
|
||||||
}
|
}
|
||||||
_ => {}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Some(misc::Union::switch_display(s)) => {
|
Some(misc::Union::switch_display(s)) => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user