Merge branch 'v3'
Conflicts: builds/appchan-x.user.js
This commit is contained in:
commit
e5230e6457
@ -9071,7 +9071,7 @@
|
||||
return post.setFile(file);
|
||||
}
|
||||
},
|
||||
openFileInput: function() {
|
||||
openFileInput: function(e) {
|
||||
var _ref;
|
||||
e.stopPropagation();
|
||||
if (e.shiftKey && e.type === 'click') {
|
||||
|
||||
@ -9126,7 +9126,7 @@
|
||||
return post.setFile(file);
|
||||
}
|
||||
},
|
||||
openFileInput: function() {
|
||||
openFileInput: function(e) {
|
||||
var _ref;
|
||||
e.stopPropagation();
|
||||
if (e.shiftKey && e.type === 'click') {
|
||||
|
||||
@ -392,7 +392,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