fix(geo): display geolocation map in field
Previously this was being hidden, this fixes that by displaying the map regardless as it should. Co-authored-by: Ejaaz Khan <67804911+iamejaaz@users.noreply.github.com>
This commit is contained in:
parent
653ae1e47a
commit
7d35f696e0
1 changed files with 1 additions and 0 deletions
|
|
@ -26,6 +26,7 @@ frappe.ui.form.ControlGeolocation = class ControlGeolocation extends frappe.ui.f
|
|||
|
||||
// show again on idempotent invocations
|
||||
$(this.disp_area).removeClass("like-disabled-input");
|
||||
$(this.disp_area).removeClass("hide");
|
||||
$(this.disp_area).css("display", "block");
|
||||
|
||||
if (this.frm) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue