mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-31 14:22:43 +00:00
feat: learn
This commit is contained in:
@@ -13,8 +13,8 @@
|
||||
children,
|
||||
}: {
|
||||
replay: ReplayPlayer | Replay;
|
||||
cursor: boolean;
|
||||
keys: boolean;
|
||||
cursor?: boolean;
|
||||
keys?: boolean;
|
||||
children?: Snippet;
|
||||
} = $props();
|
||||
|
||||
|
||||
@@ -85,6 +85,7 @@ export class ChordsReplayPlugin
|
||||
}
|
||||
}
|
||||
}
|
||||
console.log(this.tokens);
|
||||
|
||||
clearTimeout(this.timeout);
|
||||
if (replay.stepper.held.size === 0) {
|
||||
|
||||
Reference in New Issue
Block a user