Use contentEditable for chat input field

This commit is contained in:
Gabe Kangas
2022-05-04 16:55:54 -07:00
parent 008f607cf7
commit c56c45d904
8 changed files with 112 additions and 31 deletions

View File

@@ -1,5 +1,5 @@
import { useRecoilValue } from 'recoil';
import { Layout, Tabs, Layout, Row, Col, Tabs } from 'antd';
import { Layout, Row, Col, Tabs } from 'antd';
import Grid from 'antd/lib/card/Grid';
import {
chatVisibilityAtom,