Convert remaining simple quotes to double quotes
This commit is contained in:
parent
e37d5f363b
commit
3dc98ec797
3 changed files with 4 additions and 4 deletions
|
@ -167,7 +167,7 @@ export default class Composer extends Component {
|
|||
return;
|
||||
}
|
||||
|
||||
let text = event.clipboardData.getData('text');
|
||||
let text = event.clipboardData.getData("text");
|
||||
|
||||
event.preventDefault();
|
||||
event.stopImmediatePropagation();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue