mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
f361cd045e
* image can't be inserted inside table Now we've diabled image icon from showing up if the cursor is inside a table node or if a table cell is selected * added drag drop support for document editor * fixed missing dependencies
3 lines
114 B
TypeScript
3 lines
114 B
TypeScript
export { SlashCommand } from "./extensions/slash-commands";
|
|
export { DragAndDrop } from "./extensions/drag-drop";
|