mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-27 10:22:35 +02:00
ai assistant, splash screen
This commit is contained in:
@@ -44,11 +44,11 @@ export function uiEntityEditor(context) {
|
||||
|
||||
var direction = (localizer.textDirection() === 'rtl') ? 'forward' : 'backward';
|
||||
|
||||
headerEnter
|
||||
.append('button')
|
||||
.attr('class', 'preset-reset preset-choose')
|
||||
.attr('title', t('inspector.back_tooltip'))
|
||||
.call(svgIcon(`#iD-icon-${direction}`));
|
||||
// headerEnter
|
||||
// .append('button')
|
||||
// .attr('class', 'preset-reset preset-choose')
|
||||
// .attr('title', t('inspector.back_tooltip'))
|
||||
// .call(svgIcon(`#iD-icon-${direction}`));
|
||||
|
||||
headerEnter
|
||||
.append('button')
|
||||
|
||||
Reference in New Issue
Block a user