Merge pull request #12240 from shariquerik/collapsible-geolocation-fix
This commit is contained in:
commit
fe77c3c321
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ frappe.ui.form.ControlGeolocation = frappe.ui.form.ControlData.extend({
|
|||
this.map_area.prependTo($input_wrapper);
|
||||
this.$wrapper.find('.control-input').addClass("hidden");
|
||||
|
||||
if ($input_wrapper.is(':visible')) {
|
||||
if (this.frm) {
|
||||
this.make_map();
|
||||
} else {
|
||||
$(document).on('frappe.ui.Dialog:shown', () => {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue