We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51b794d commit 0819e18Copy full SHA for 0819e18
ehr/resources/web/ehr/DataEntryUtils.js
@@ -1111,10 +1111,8 @@ EHR.DataEntryUtils = new function(){
1111
},
1112
1113
ensureLookupPlugin(editor, initPlugin) {
1114
- // const xtype = editor?.xtype;
1115
const xtype = editor?.xtype;
1116
if ((xtype === 'combo' || xtype === 'labkey-combo' || xtype === 'ehr-simplecombo')
1117
- // && !editor.plugins?.find(p => p.ptype === 'ldk-usereditablecombo')) {
1118
&& !editor.plugins?.find(p => p.ptype === 'ldk-usereditablecombo')) {
1119
1120
const plugin = Ext4.create('LDK.plugin.UserEditableCombo', {
0 commit comments