I'm having a bad morning.
This commit is contained in:
parent
813ebd3039
commit
22d7295217
@ -6413,7 +6413,7 @@
|
||||
return post.setFile(file);
|
||||
}
|
||||
},
|
||||
openFileInput: function() {
|
||||
openFileInput: function(e) {
|
||||
var _ref;
|
||||
e.stopPropagation();
|
||||
if (e.shiftKey && e.type === 'click') {
|
||||
|
||||
@ -6469,7 +6469,7 @@
|
||||
return post.setFile(file);
|
||||
}
|
||||
},
|
||||
openFileInput: function() {
|
||||
openFileInput: function(e) {
|
||||
var _ref;
|
||||
e.stopPropagation();
|
||||
if (e.shiftKey && e.type === 'click') {
|
||||
|
||||
@ -396,7 +396,7 @@ QR =
|
||||
post.pasteText file
|
||||
else
|
||||
post.setFile file
|
||||
openFileInput: ->
|
||||
openFileInput: (e) ->
|
||||
e.stopPropagation()
|
||||
if e.shiftKey and e.type is 'click'
|
||||
return QR.selected.rmFile()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user