mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-06 14:10:53 +03:00
fixes #1013. dragging page elements
This commit is contained in:
@@ -98,6 +98,9 @@ export default function(state, emitter) {
|
||||
});
|
||||
|
||||
emitter.on('addFiles', async ({ files }) => {
|
||||
if (files.length < 1) {
|
||||
return;
|
||||
}
|
||||
const maxSize = state.user.maxSize;
|
||||
state.archive = state.archive || new Archive();
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user