added save settings function to featuresave prompt

This commit is contained in:
Justin 2023-07-18 23:28:39 +08:00 committed by GitHub
parent 0891f85e94
commit 53655e84a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3245,6 +3245,7 @@ function closeFeatureSavePrompt() {
}
function featureSavePrompt() {
saveSettings();
document.getElementById('save-feature-prompt-message').style.display = "none";
setTimeout(
function() {