diff --git a/resources/js/ext.uls.inputsettings.js b/resources/js/ext.uls.inputsettings.js index 0d8456fe..d5fcdd98 100644 --- a/resources/js/ext.uls.inputsettings.js +++ b/resources/js/ext.uls.inputsettings.js @@ -516,6 +516,9 @@ // closure for not losing the scope inputSettings.onSave( result ); } ); + + // Update the back-up preferences for the case of canceling + this.savedRegistry = $.extend( true, {}, $.ime.preferences.registry ); } };