add comment
This commit is contained in:
parent
33e247f1c1
commit
71f8497bee
1 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,8 @@
|
|||
"use strict";
|
||||
|
||||
export default async function(params) {
|
||||
console.log(`TABLE ${params.table_name}`);
|
||||
|
||||
// TODO: Display UI elements until switch is complete? Or maybe add a cancellation token / AbortSignal to TableView.switch_table()?
|
||||
console.log(`TABLE SWITCH START: ${params.table_name}`);
|
||||
await globalThis.sysui.tableview.switch_table(params.table_name);
|
||||
console.log(`TABLE SWITCH COMPLETE: ${params.table_name}`);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue