Skip to content

Commit

Permalink
Update plugin.js
Browse files Browse the repository at this point in the history
  • Loading branch information
zoic21 authored Nov 12, 2024
1 parent 776aa7f commit 771eb31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desktop/js/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -802,7 +802,7 @@ document.getElementById('div_confPlugin')?.addEventListener('mouseup', function(

document.getElementById('div_confPlugin')?.addEventListener('change', function(event) {
var _target = null
if (_target = event.target.closest('#div_resumePluginList .configKey')) {
if (_target = event.target.closest('.configKey')) {
if (_target.isVisible()) jeeFrontEnd.modifyWithoutSave = true
return
}
Expand Down

0 comments on commit 771eb31

Please sign in to comment.