We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af2f417 commit 8548dd5Copy full SHA for 8548dd5
code/components/room-components/hooks/use-context-menu.tsx
@@ -274,20 +274,6 @@ function useContextMenu() {
274
}
275
276
277
- // const pastMode = await copyPasteNodesPlugin?.getAvailablePasteMode(
278
- // canHandleExternalPaste
279
- // );
280
-
281
- // PASTE
282
- // if (
283
- // pastMode &&
284
- // (
285
- // [
286
- // WEAVE_COPY_PASTE_PASTE_MODES.INTERNAL,
287
- // WEAVE_COPY_PASTE_PASTE_MODES.EXTERNAL,
288
- // ] as WeaveCopyPastePasteMode[]
289
- // ).includes(pastMode)
290
- // )
291
options.push({
292
id: "paste",
293
type: "button",
0 commit comments