From 7d35f696e064ccd366e69af24fc8a9749df43333 Mon Sep 17 00:00:00 2001 From: AarDG10 Date: Thu, 26 Mar 2026 16:40:42 +0530 Subject: [PATCH] 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> --- frappe/public/js/frappe/form/controls/geolocation.js | 1 + 1 file changed, 1 insertion(+) diff --git a/frappe/public/js/frappe/form/controls/geolocation.js b/frappe/public/js/frappe/form/controls/geolocation.js index 045863ce42..039634c275 100644 --- a/frappe/public/js/frappe/form/controls/geolocation.js +++ b/frappe/public/js/frappe/form/controls/geolocation.js @@ -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) {