fix file transfer tab close
Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
parent
003edd04bd
commit
345bb13c39
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ class _FileManagerTabPageState extends State<FileManagerTabPage> {
|
|||
label: params['id'],
|
||||
selectedIcon: selectedIcon,
|
||||
unselectedIcon: unselectedIcon,
|
||||
onTabCloseButton: () => () => tabController.closeBy(params['id']),
|
||||
onTabCloseButton: () => tabController.closeBy(params['id']),
|
||||
page: FileManagerPage(
|
||||
key: ValueKey(params['id']),
|
||||
id: params['id'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue