feat: add custom changes to drag and drop, refactor search, comments, video upload check (untested)

This commit is contained in:
David Ralph
2022-05-22 20:27:42 +01:00
parent bd05aa5ee0
commit b070f4a1ce
6 changed files with 39 additions and 19 deletions

View File

@@ -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();