mirror of
https://github.com/umap-project/umap.git
synced 2025-04-29 11:52:38 +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',
|
||||
className: 'umap-help-entry',
|
||||
parent: container,
|
||||
innerHTML: ENTRIES[name],
|
||||
}).appendChild(this._buildEditEntry())
|
||||
} else {
|
||||
for (const name of entries) {
|
||||
|
|
Loading…
Reference in a new issue