This commit is contained in:
Vanessa 2023-05-10 16:11:51 +08:00
parent 72764ddb6e
commit 45143bf319
2 changed files with 2 additions and 2 deletions

View file

@ -74,7 +74,7 @@ let openTab;
/// #if MOBILE
openTab = () => {
// TODO: Mobile
}
};
/// #else
openTab = openFile;
/// #endif