Convert remaining simple quotes to double quotes
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user