Merge branch 'v3'
Conflicts: builds/appchan-x.user.js
This commit is contained in:
commit
e5230e6457
@ -9071,7 +9071,7 @@
|
|||||||
return post.setFile(file);
|
return post.setFile(file);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
openFileInput: function() {
|
openFileInput: function(e) {
|
||||||
var _ref;
|
var _ref;
|
||||||
e.stopPropagation();
|
e.stopPropagation();
|
||||||
if (e.shiftKey && e.type === 'click') {
|
if (e.shiftKey && e.type === 'click') {
|
||||||
|
|||||||
@ -9126,7 +9126,7 @@
|
|||||||
return post.setFile(file);
|
return post.setFile(file);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
openFileInput: function() {
|
openFileInput: function(e) {
|
||||||
var _ref;
|
var _ref;
|
||||||
e.stopPropagation();
|
e.stopPropagation();
|
||||||
if (e.shiftKey && e.type === 'click') {
|
if (e.shiftKey && e.type === 'click') {
|
||||||
|
|||||||
@ -392,7 +392,7 @@ QR =
|
|||||||
post.pasteText file
|
post.pasteText file
|
||||||
else
|
else
|
||||||
post.setFile file
|
post.setFile file
|
||||||
openFileInput: ->
|
openFileInput: (e) ->
|
||||||
e.stopPropagation()
|
e.stopPropagation()
|
||||||
if e.shiftKey and e.type is 'click'
|
if e.shiftKey and e.type is 'click'
|
||||||
return QR.selected.rmFile()
|
return QR.selected.rmFile()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user