mirror of
https://github.com/ragestudio/relic.git
synced 2025-06-09 10:34:18 +00:00
fix explicit actions
This commit is contained in:
parent
dbeacbc723
commit
71fa465850
@ -135,7 +135,7 @@ class ElectronApp {
|
|||||||
|
|
||||||
const explicitAction = urlValue.split("%3E")
|
const explicitAction = urlValue.split("%3E")
|
||||||
|
|
||||||
if (explicitAction) {
|
if (explicitAction[1]) {
|
||||||
const [action, value] = explicitAction
|
const [action, value] = explicitAction
|
||||||
|
|
||||||
switch (action) {
|
switch (action) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user