@@ -70,7 +70,7 @@ function Publish(props: Props) {
|
|||||||
|
|
||||||
return useMemo(
|
return useMemo(
|
||||||
() => (
|
() => (
|
||||||
<div style={{ flexGrow: 1 }} onKeyDown={handleSubmit}>
|
<div style={{ flexGrow: 1, width: '100%' }} onKeyDown={handleSubmit}>
|
||||||
<TopicInput />
|
<TopicInput />
|
||||||
<div style={{ width: '100%', display: 'block' }}>
|
<div style={{ width: '100%', display: 'block' }}>
|
||||||
<EditorMode
|
<EditorMode
|
||||||
|
|||||||
Reference in New Issue
Block a user