From cb2859a0a7982dce366169e609eab070e2eead1d Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Wed, 3 Jan 2018 17:59:38 -0800 Subject: [PATCH] Changing the skin should not put us in a loading state I think it should be fast enough in most conditions, and it avoids triggering a new layout. Fixes #382. --- js/actionCreators.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/actionCreators.js b/js/actionCreators.js index be6a0c85..2ff7ddab 100644 --- a/js/actionCreators.js +++ b/js/actionCreators.js @@ -283,7 +283,6 @@ export function fetchMediaTags(file, id) { export function setSkinFromFile(skinFile) { return async dispatch => { - dispatch({ type: START_LOADING }); const skinData = await skinParser(skinFile); dispatch({ type: SET_SKIN_DATA,