- fixed some JS _race condition_ render issues

This commit is contained in:
Mark Friedrich
2018-07-15 16:07:32 +02:00
parent 252c995fe6
commit b047e9d951
10 changed files with 362 additions and 288 deletions

View File

@@ -682,7 +682,7 @@ define([
mapElement.data('frozen', true);
// hide current map with animation
mapElement.visualizeMap('hide', function(){
MapUtil.visualizeMap(mapElement, 'hide').then(payload => {
// un-block map tabs
mapTabChangeBlocked = switchTabCallback(mapElement, tabLinkElement);
});