mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
make eslint happy
This commit is contained in:
parent
236ecec0b0
commit
9cd48207f2
@ -432,7 +432,7 @@ export default Ember.Component.extend({
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
const { types, canUpload, canPasteHtml } = clipboardData(e, true);
|
const { canUpload, canPasteHtml } = clipboardData(e, true);
|
||||||
|
|
||||||
if (!canUpload || canPasteHtml) {
|
if (!canUpload || canPasteHtml) {
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
|
Loading…
Reference in New Issue
Block a user