mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 21:48:20 +02:00
@@ -45,8 +45,7 @@ export function uiEntityEditor(context) {
|
||||
enter
|
||||
.append('button')
|
||||
.attr('class', 'fl preset-reset preset-choose')
|
||||
.append('span')
|
||||
.html((textDirection === 'rtl') ? '►' : '◄');
|
||||
.call(svgIcon((textDirection === 'rtl') ? '#icon-forward' : '#icon-backward'));
|
||||
|
||||
enter
|
||||
.append('button')
|
||||
|
||||
Reference in New Issue
Block a user