mirror of
https://github.com/sipeed/NanoKVM.git
synced 2026-09-11 00:22:56 -05:00
fix the indentation
This commit is contained in:
@@ -30,7 +30,7 @@ export const MouseJiggler = () => {
|
||||
if (isLoading) return;
|
||||
setIsLoading(true);
|
||||
|
||||
const rsp = isEnabled ? await api.disableMouseJiggler() : await api.enableMouseJiggler();
|
||||
const rsp = isEnabled ? await api.disableMouseJiggler() : await api.enableMouseJiggler();
|
||||
setIsLoading(false);
|
||||
|
||||
if (rsp.code !== 0) {
|
||||
|
||||
Reference in New Issue
Block a user