aboutsummaryrefslogtreecommitdiffstats
path: root/src/actions
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-09-06 20:32:08 +0530
committerLibravatar Vijay A <avijayr@protonmail.com>2021-09-06 22:00:46 +0530
commit54f7533673d7ada520ee25c2a8ecd6feab28252a (patch)
tree846ab4541218a5965c28d68bd03ac19f6b2cdf7b /src/actions
parentFix zoom actions executed on another services (#1875) (diff)
downloadferdium-app-54f7533673d7ada520ee25c2a8ecd6feab28252a.tar.gz
ferdium-app-54f7533673d7ada520ee25c2a8ecd6feab28252a.tar.zst
ferdium-app-54f7533673d7ada520ee25c2a8ecd6feab28252a.zip
Revert "refactor: trying to fix zoom in/out being sticky for the last active service when started up"
Diffstat (limited to 'src/actions')
-rw-r--r--src/actions/service.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/actions/service.js b/src/actions/service.js
index a3f965ba9..e56513f8f 100644
--- a/src/actions/service.js
+++ b/src/actions/service.js
@@ -98,9 +98,6 @@ export default {
98 serviceId: PropTypes.string.isRequired, 98 serviceId: PropTypes.string.isRequired,
99 }, 99 },
100 openDevToolsForActiveService: {}, 100 openDevToolsForActiveService: {},
101 zoomInForActiveService: {},
102 zoomOutForActiveService: {},
103 zoomResetForActiveService: {},
104 hibernate: { 101 hibernate: {
105 serviceId: PropTypes.string.isRequired, 102 serviceId: PropTypes.string.isRequired,
106 }, 103 },