mirror of
https://github.com/urbit/shrub.git
synced 2025-01-04 10:32:34 +03:00
Removing spellcheck from invite boxes
This commit is contained in:
parent
cc66d6b010
commit
4160ba27af
File diff suppressed because one or more lines are too long
@ -118,6 +118,7 @@ export class MemberScreen extends Component {
|
||||
resize: 'none',
|
||||
height: 150
|
||||
}}
|
||||
spellCheck="false"
|
||||
onChange={this.inviteMembersChange.bind(this)}></textarea>
|
||||
<button
|
||||
onClick={this.inviteMembers.bind(this)}
|
||||
|
@ -187,6 +187,7 @@ export class NewScreen extends Component {
|
||||
ref={ e => { this.textarea = e; } }
|
||||
className="body-regular mono fw-normal ba pa2 mb2 db w-100"
|
||||
placeholder="~zod, ~bus"
|
||||
spellCheck="false"
|
||||
style={{
|
||||
resize: 'none',
|
||||
height: 150
|
||||
|
Loading…
Reference in New Issue
Block a user