⚙ settings saving improvements - Inline editing bug 🐛

This commit is contained in:
jokob-sk
2024-05-29 17:34:51 +10:00
parent b0c47e824d
commit 3853b8a4ec
3 changed files with 12 additions and 8 deletions

View File

@@ -218,6 +218,7 @@ function removeOptionItem(option) {
function updateOptionItem(option, value) {
settingsChanged();
option.html(value);
option.val(value);
}
// -------------------------------------------------------------------
@@ -247,8 +248,6 @@ function initListInteractionOptions(selectorId) {
$options.on('click', function() {
const $option = $(this);
console.log('aaa');
// Increment click counter
clickCounter++;