Skip to content

Commit 72942bc

Browse files
committed
fix map font and color on issue edit
1 parent 7a1befb commit 72942bc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

assets/javascripts/app.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,10 @@ var App = (function ($, publ) {
268268

269269
// Handle multiple maps per page
270270
maps.push(map);
271+
272+
// Pass map properties before edit to edit map
273+
var beforeEditProperties = $(".ol-map").data("geom").properties
274+
$("#all_attributes .ol-map").data("geom").properties = beforeEditProperties
271275
};
272276

273277
/**

0 commit comments

Comments
 (0)