fix: sync advancedJson before tab switch in convertLink
Some checks are pending
CI / go-test (push) Waiting to run
CI / govulncheck (push) Waiting to run
CI / frontend (push) Waiting to run
CodeQL Advanced / Analyze (go) (push) Waiting to run
CodeQL Advanced / Analyze (actions) (push) Waiting to run
CodeQL Advanced / Analyze (javascript-typescript) (push) Waiting to run
Release 3X-UI / build (386) (push) Waiting to run
Release 3X-UI / build (amd64) (push) Waiting to run
Release 3X-UI / build (arm64) (push) Waiting to run
Release 3X-UI / build (armv5) (push) Waiting to run
Release 3X-UI / build (armv6) (push) Waiting to run
Release 3X-UI / build (armv7) (push) Waiting to run
Release 3X-UI / build (s390x) (push) Waiting to run
Release 3X-UI / Build for Windows (push) Waiting to run

This commit is contained in:
MHSanaei 2026-05-14 11:46:07 +02:00
parent 5f526e5201
commit e7035b56fe
No known key found for this signature in database
GPG key ID: 7E4060F2FBE5AB7A

View file

@ -195,6 +195,7 @@ function convertLink() {
return; return;
} }
outbound.value = next; outbound.value = next;
primeAdvancedJson();
linkInput.value = ''; linkInput.value = '';
message.success('Link imported successfully...'); message.success('Link imported successfully...');
activeKey.value = '1'; activeKey.value = '1';