This commit is contained in:
Vishnu 2025-05-13 18:14:42 +05:30
commit e8b637dddf
2 changed files with 2 additions and 1 deletions

View File

@ -16,8 +16,8 @@ const Footer: React.FC = () => {
const { logs, setIsLogListVisible } = useLogger(); const { logs, setIsLogListVisible } = useLogger();
const lastLog = logs.length > 0 ? logs[logs.length - 1] : null; const lastLog = logs.length > 0 ? logs[logs.length - 1] : null;
const { showShortcuts, setShowShortcuts } = useShortcutStore();
const { isPlaying } = usePlayButtonStore(); const { isPlaying } = usePlayButtonStore();
const { showShortcuts, setShowShortcuts } = useShortcutStore();
OuterClick({ OuterClick({
contextClassName: ["shortcut-helper-overlay"], contextClassName: ["shortcut-helper-overlay"],

View File

@ -10,6 +10,7 @@ import RenameInput from "../../../ui/inputs/RenameInput";
const VersionHistory = () => { const VersionHistory = () => {
const userName = localStorage.getItem("userName") ?? "Anonymous"; const userName = localStorage.getItem("userName") ?? "Anonymous";
const initialVersions = [ const initialVersions = [
{ {
versionName: "v1.0", versionName: "v1.0",