This seems redundant now
This commit is contained in:
parent
d30ed0a8ec
commit
e44480c0c6
@ -5590,9 +5590,6 @@
|
||||
return post.setFile(file);
|
||||
},
|
||||
openFileInput: function(e) {
|
||||
if (e.keyCode && ![32, 13].contains(e.keyCode)) {
|
||||
return;
|
||||
}
|
||||
e.stopPropagation();
|
||||
if (e.shiftKey && e.type === 'click') {
|
||||
return QR.selected.rmFile();
|
||||
|
||||
@ -5600,9 +5600,6 @@
|
||||
return post.setFile(file);
|
||||
},
|
||||
openFileInput: function(e) {
|
||||
if (e.keyCode && ![32, 13].contains(e.keyCode)) {
|
||||
return;
|
||||
}
|
||||
e.stopPropagation();
|
||||
if (e.shiftKey && e.type === 'click') {
|
||||
return QR.selected.rmFile();
|
||||
|
||||
@ -497,7 +497,6 @@ QR =
|
||||
post.setFile file
|
||||
|
||||
openFileInput: (e) ->
|
||||
return if e.keyCode and not [32, 13].contains e.keyCode
|
||||
e.stopPropagation()
|
||||
if e.shiftKey and e.type is 'click'
|
||||
return QR.selected.rmFile()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user