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:
AarDG10 2026-03-26 16:40:42 +05:30
parent 653ae1e47a
commit 7d35f696e0

View file

@ -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) {