style: remove unnecessary comments
This commit is contained in:
parent
a725d1daf1
commit
e9710278a1
1 changed files with 0 additions and 7 deletions
|
|
@ -181,16 +181,9 @@ frappe.ui.form.MultiSelectDialog = class MultiSelectDialog {
|
|||
});
|
||||
|
||||
this.$parent.find('.input-with-feedback').on('change', (e) => {
|
||||
// debugger;
|
||||
frappe.flags.auto_scroll = false;
|
||||
this.get_results();
|
||||
});
|
||||
// this.$parent.find('[data-fieldtype="Link"]').on('change', (e) => {
|
||||
// // debugger;
|
||||
// frappe.flags.auto_scroll = false;
|
||||
// console.log("cool");
|
||||
// this.get_results();
|
||||
// });
|
||||
|
||||
this.$parent.find('[data-fieldtype="Data"]').on('input', (e) => {
|
||||
var $this = $(this);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue