mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-11 19:44:15 +00:00
fix draggable
prop
This commit is contained in:
parent
d27386d729
commit
2ef7bd9778
@ -312,7 +312,7 @@ export default (props) => {
|
|||||||
onChange={onChangeMessageInput}
|
onChange={onChangeMessageInput}
|
||||||
onKeyDown={handleKeyDown}
|
onKeyDown={handleKeyDown}
|
||||||
disabled={loading}
|
disabled={loading}
|
||||||
dragable={false}
|
draggable={false}
|
||||||
allowClear
|
allowClear
|
||||||
/>
|
/>
|
||||||
<div>
|
<div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user