We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b0d2fa commit db65be1Copy full SHA for db65be1
packages/react-grab/src/core/store.ts
@@ -289,6 +289,7 @@ const createGrabStore = (input: GrabStoreInput) => {
289
setStore("contextMenuElement", null);
290
setStore("contextMenuClickOffset", null);
291
setStore("selectedAgent", null);
292
+ setStore("lastCopiedElement", null);
293
},
294
295
toggle: () => {
0 commit comments