diff --git a/packages/lexical-playground/src/plugins/DraggableBlockPlugin/index.tsx b/packages/lexical-playground/src/plugins/DraggableBlockPlugin/index.tsx index a8275b7c83a..3675cb786e2 100644 --- a/packages/lexical-playground/src/plugins/DraggableBlockPlugin/index.tsx +++ b/packages/lexical-playground/src/plugins/DraggableBlockPlugin/index.tsx @@ -7,7 +7,7 @@ */ import './index.css'; -import {DraggableBlockPlugin} from '@lexical/react/LexicalDraggableBlockPlugin'; +import {DraggableBlockPlugin_EXPERIMENTAL} from '@lexical/react/LexicalDraggableBlockPlugin'; import {useRef} from 'react'; const DRAGGABLE_BLOCK_MENU_CLASSNAME = 'draggable-block-menu'; @@ -25,7 +25,7 @@ export default function PlaygroundDraggableBlockPlugin({ const targetLineRef = useRef(null); return ( -