mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-25 09:34:04 +02:00
Make the raw tags of custom map data selectable/copyable (close #6710)
This commit is contained in:
@@ -83,7 +83,7 @@ export function uiDataEditor(context) {
|
||||
.state('hover')
|
||||
)
|
||||
.selectAll('textarea.tag-text')
|
||||
.property('disabled', true)
|
||||
.attr('readonly', true)
|
||||
.classed('readonly', true);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user