mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-18 22:48:10 +02:00
Map div needs to remain ltr
This commit is contained in:
@@ -73,6 +73,7 @@ export function uiInit(context) {
|
||||
content
|
||||
.append('div')
|
||||
.attr('id', 'map')
|
||||
.attr('dir', 'ltr')
|
||||
.call(map);
|
||||
|
||||
content
|
||||
|
||||
Reference in New Issue
Block a user