diff --git a/src/components/views/elements/DNDTagTile.js b/src/components/views/elements/DNDTagTile.js index 7aa642986b..3ef805992e 100644 --- a/src/components/views/elements/DNDTagTile.js +++ b/src/components/views/elements/DNDTagTile.js @@ -17,29 +17,76 @@ limitations under the License. import TagTile from './TagTile'; -import React from 'react'; +import React, {createRef} from 'react'; import { Draggable } from 'react-beautiful-dnd'; +import {ContextMenu, toRightOf} from "../../structures/ContextMenu"; +import * as sdk from '../../../index'; -export default function DNDTagTile(props) { - return