fix: sync advancedJson before tab switch in convertLink

This commit is contained in:
MHSanaei 2026-05-14 11:46:07 +02:00
parent 5f526e5201
commit 74242e6890
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';