This commit is contained in:
Dmitry Vasilev
2023-01-15 20:38:44 +08:00
parent 1aff130785
commit 659f5c11cd
2 changed files with 1 additions and 45 deletions

3
src/effects.js vendored
View File

@@ -128,8 +128,7 @@ export const render_initial_state = (ui, state) => {
ui.editor.switch_session(state.current_module)
}
// TODO remove async
export const render_common_side_effects = async (prev, next, command, ui) => {
export const render_common_side_effects = (prev, next, command, ui) => {
if(
prev.project_dir != next.project_dir
||