update snapshots
This commit is contained in:
@ -16,6 +16,7 @@ export const MemoryPaneMenu = () => {
|
|||||||
navigator.clipboard.writeText(JSON.stringify(programMemory))
|
navigator.clipboard.writeText(JSON.stringify(programMemory))
|
||||||
toast.success('Program memory copied to clipboard')
|
toast.success('Program memory copied to clipboard')
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
|
// error
|
||||||
toast.error('Failed to copy program memory to clipboard')
|
toast.error('Failed to copy program memory to clipboard')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user