chore: improve background back btn, update dependencies

This commit is contained in:
David Ralph
2022-05-11 16:09:26 +01:00
parent c3df2d7b23
commit bd05aa5ee0
32 changed files with 167 additions and 122 deletions

View File

@@ -128,7 +128,7 @@ export default class CustomSettings extends PureComponent {
const dnd = this.customDnd.current;
dnd.ondragover = dnd.ondragenter = (e) => {
e.preventDefault();
}
};
dnd.ondrop = (e) => {
e.preventDefault();
@@ -142,7 +142,7 @@ export default class CustomSettings extends PureComponent {
};
reader.readAsDataURL(file);
e.preventDefault();
}
};
}
render() {