mirror of
https://github.com/yume-chan/ya-webadb.git
synced 2025-10-05 19:42:15 +02:00
feat: add shell page
This commit is contained in:
parent
868e3d3f10
commit
2053ee3238
6 changed files with 221 additions and 8 deletions
|
@ -51,7 +51,7 @@ const FrameBuffer: NextPage = (): JSX.Element | null => {
|
|||
} catch (e) {
|
||||
showErrorDialog(e instanceof Error ? e.message : `${e}`);
|
||||
}
|
||||
}, []);
|
||||
}, [showErrorDialog]);
|
||||
|
||||
useEffect(() => {
|
||||
return autorun(() => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue