diff --git a/packages/app/src/components/PostCreator/index.jsx b/packages/app/src/components/PostCreator/index.jsx index 4f950ee2..49f8720d 100644 --- a/packages/app/src/components/PostCreator/index.jsx +++ b/packages/app/src/components/PostCreator/index.jsx @@ -7,6 +7,7 @@ import { PostAdditions } from "components/PostCard" import "./index.less" +// TODO: Handle `cntr+v` to paste data from the clipboard to the post additions // TODO: Fetch `maxMessageLength` value from server API const maxMessageLength = 512