update snapshots

This commit is contained in:
Kurt Hutten Irev-Dev
2024-05-20 16:32:02 +10:00
parent f06de7f586
commit 34e4c3e7b5

View File

@ -16,6 +16,7 @@ export const MemoryPaneMenu = () => {
navigator.clipboard.writeText(JSON.stringify(programMemory))
toast.success('Program memory copied to clipboard')
} catch (e) {
// error
toast.error('Failed to copy program memory to clipboard')
}
}