Merge pull request #1438 from umap-project/table-fullwidth
Always use fullwidth table editor
This commit is contained in:
commit
fc2b7e5d4b
1 changed files with 1 additions and 5 deletions
|
@ -110,13 +110,9 @@ L.U.TableEditor = L.Class.extend({
|
|||
this.edit()
|
||||
}
|
||||
L.DomEvent.on(addButton, 'click', addProperty, this)
|
||||
const className =
|
||||
this.properties.length > 2
|
||||
? 'umap-table-editor fullwidth dark'
|
||||
: 'umap-table-editor dark'
|
||||
this.datalayer.map.ui.openPanel({
|
||||
data: { html: this.table },
|
||||
className: className,
|
||||
className: 'umap-table-editor fullwidth dark',
|
||||
actions: [addButton],
|
||||
})
|
||||
this.datalayer.map.fire('dataload', { id: id })
|
||||
|
|
Loading…
Reference in a new issue