mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 11:06:40 +07:00
(cleanup)
This commit is contained in:
parent
c3ed100105
commit
e322eef53a
3 changed files with 5 additions and 9 deletions
|
@ -321,10 +321,10 @@ function* takeAShotSaga() {
|
|||
timeout: delay(500),
|
||||
});
|
||||
|
||||
// if (cancel) return;
|
||||
if (timeout) yield put(setMode(MODES.SHOT_PREFETCH));
|
||||
|
||||
const data = yield (result || worker);
|
||||
|
||||
yield put(setMode(MODES.NONE));
|
||||
yield put(setRenderer({
|
||||
data, renderer_active: true, width: window.innerWidth, height: window.innerHeight
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue