mirror of
https://github.com/mue/mue.git
synced 2026-07-25 17:51:14 +02:00
feat: add custom changes to drag and drop, refactor search, comments, video upload check (untested)
This commit is contained in:
@@ -398,7 +398,6 @@ export default class Background extends PureComponent {
|
||||
);
|
||||
|
||||
try {
|
||||
// todo: refactor this mess
|
||||
const current = JSON.parse(localStorage.getItem('currentBackground'));
|
||||
if (current.type !== type) {
|
||||
this.getBackground();
|
||||
|
||||
Reference in New Issue
Block a user