From e9710278a197caed31b23e29d79e8d3312fa0fc4 Mon Sep 17 00:00:00 2001 From: Shivam Mishra Date: Tue, 19 May 2020 19:46:13 +0530 Subject: [PATCH] style: remove unnecessary comments --- frappe/public/js/frappe/form/multi_select_dialog.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/frappe/public/js/frappe/form/multi_select_dialog.js b/frappe/public/js/frappe/form/multi_select_dialog.js index c6e5cef573..a56e5c6964 100644 --- a/frappe/public/js/frappe/form/multi_select_dialog.js +++ b/frappe/public/js/frappe/form/multi_select_dialog.js @@ -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);