⚙ settings saving improvements - Inline editing bug 🐛
This commit is contained in:
@@ -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++;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user