mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-04-14 16:40:58 -04:00
parent
6a6b9c90a7
commit
c5869979c8
1 changed files with 1 additions and 1 deletions
|
@ -282,7 +282,7 @@ export default function App() {
|
||||||
files: excalidrawAPI?.getFiles(),
|
files: excalidrawAPI?.getFiles(),
|
||||||
type,
|
type,
|
||||||
});
|
});
|
||||||
window.alert(`Copied to clipboard as ${type} sucessfully`);
|
window.alert(`Copied to clipboard as ${type} successfully`);
|
||||||
};
|
};
|
||||||
|
|
||||||
const [pointerData, setPointerData] = useState<{
|
const [pointerData, setPointerData] = useState<{
|
||||||
|
|
Loading…
Add table
Reference in a new issue