comment on functionality

This commit is contained in:
Juan Marulanda De Los Rios 2025-03-23 14:21:39 -04:00
parent 9e27401b07
commit 7f77f2e01b

View File

@ -264,7 +264,12 @@ class ApiService {
}
Future<List<Map<String, dynamic>>> getMarkerPosition() async {
print("maerker called");
//this is so we can put a widget right below each email, but the way how the email content is generated
//leads to problems as for a) the html is added one right after the other in one iframe, b)
// if it was multiple iframes then the scrolling to jump would not work as expected
print("marker called");
// JavaScript code embedded as a string
String jsCode = '''
(async function waitForIframeAndMarkers() {