TakeSnapshot added on paste

This commit is contained in:
Lucas Oliveira 2023-12-04 17:18:36 -03:00
commit 40d62fa565

View file

@ -105,6 +105,7 @@ export default function Page({
lastCopiedSelection
) {
event.preventDefault();
takeSnapshot();
paste(lastCopiedSelection, {
x: position.current.x,
y: position.current.y,