aboutsummaryrefslogtreecommitdiffstats
path: root/src/features/workspaces
diff options
context:
space:
mode:
authorLibravatar niu tech <jerzyglowacki@gmail.com>2021-11-12 23:52:58 +0100
committerLibravatar GitHub <noreply@github.com>2021-11-13 04:22:58 +0530
commitad17ec5ccad3ceffd383f228d4529438b5a3b9a6 (patch)
treef8cb939e8a1ae8d24126d37dfcd7e4b00c85eba0 /src/features/workspaces
parentNew Crowdin updates (#2219) (diff)
downloadferdium-app-ad17ec5ccad3ceffd383f228d4529438b5a3b9a6.tar.gz
ferdium-app-ad17ec5ccad3ceffd383f228d4529438b5a3b9a6.tar.zst
ferdium-app-ad17ec5ccad3ceffd383f228d4529438b5a3b9a6.zip
Adjust number of columns for Split Mode (#2208)
Co-authored-by: Vijay A <vraravam@users.noreply.github.com>
Diffstat (limited to 'src/features/workspaces')
-rw-r--r--src/features/workspaces/store.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/features/workspaces/store.js b/src/features/workspaces/store.js
index 17ec17b3a..d6b790bd3 100644
--- a/src/features/workspaces/store.js
+++ b/src/features/workspaces/store.js
@@ -199,7 +199,7 @@ export default class WorkspacesStore extends FeatureStore {
199 : 'none'; 199 : 'none';
200 } 200 }
201 } 201 }
202 }, 1000); 202 }, 500);
203 }; 203 };
204 204
205 @action _deactivateActiveWorkspace = () => { 205 @action _deactivateActiveWorkspace = () => {
@@ -221,7 +221,7 @@ export default class WorkspacesStore extends FeatureStore {
221 wrapper.style.display = ''; 221 wrapper.style.display = '';
222 } 222 }
223 } 223 }
224 }, 1000); 224 }, 500);
225 }; 225 };
226 226
227 @action _toggleWorkspaceDrawer = () => { 227 @action _toggleWorkspaceDrawer = () => {