mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-26 07:23:40 +00:00
Use span for button labels, so pointer events go to the button
This commit is contained in:
@@ -130,7 +130,7 @@ export function uiIntro(context) {
|
||||
.on('click', enterChapter);
|
||||
|
||||
buttons
|
||||
.append('label')
|
||||
.append('span')
|
||||
.text(function(d) { return t(d.title); });
|
||||
|
||||
buttons
|
||||
|
||||
Reference in New Issue
Block a user