mirror of
https://github.com/mue/mue.git
synced 2026-07-26 10:11:15 +02:00
chore: improve background back btn, update dependencies
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user