Skip to content

Commit 8548dd5

Browse files
committed
chore: update dependencies and UX improvements
1 parent af2f417 commit 8548dd5

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

code/components/room-components/hooks/use-context-menu.tsx

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -274,20 +274,6 @@ function useContextMenu() {
274274
}
275275
}
276276

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-
// )
291277
options.push({
292278
id: "paste",
293279
type: "button",

0 commit comments

Comments
 (0)