mirror of
https://github.com/umap-project/umap.git
synced 2025-04-29 20:02:36 +02:00
chore: remove empty help entry inclusion
This commit is contained in:
parent
1ab987d519
commit
22ccd61d87
1 changed files with 0 additions and 1 deletions
|
@ -176,7 +176,6 @@ export default class Help {
|
||||||
tagName: 'div',
|
tagName: 'div',
|
||||||
className: 'umap-help-entry',
|
className: 'umap-help-entry',
|
||||||
parent: container,
|
parent: container,
|
||||||
innerHTML: ENTRIES[name],
|
|
||||||
}).appendChild(this._buildEditEntry())
|
}).appendChild(this._buildEditEntry())
|
||||||
} else {
|
} else {
|
||||||
for (const name of entries) {
|
for (const name of entries) {
|
||||||
|
|
Loading…
Reference in a new issue