mirror of
https://github.com/umap-project/umap.git
synced 2025-04-29 11:52:38 +02:00
fix: main help button from edit toolbar was broken
This commit is contained in:
parent
796865314a
commit
759dd34ef3
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ export default class Help {
|
||||||
const container = DomUtil.add('div')
|
const container = DomUtil.add('div')
|
||||||
DomUtil.createTitle(container, translate('Help'))
|
DomUtil.createTitle(container, translate('Help'))
|
||||||
// Special dynamic case. Do we still think this dialog is usefull ?
|
// Special dynamic case. Do we still think this dialog is usefull ?
|
||||||
if (entries === 'edit') {
|
if (entries[0] === 'edit') {
|
||||||
DomUtil.element({
|
DomUtil.element({
|
||||||
tagName: 'div',
|
tagName: 'div',
|
||||||
className: 'umap-help-entry',
|
className: 'umap-help-entry',
|
||||||
|
|
Loading…
Reference in a new issue