|
|
|
@ -309,7 +309,7 @@ export class Header extends HTMLElement {
|
|
|
|
const input = document.createElement('input')
|
|
|
|
const input = document.createElement('input')
|
|
|
|
input.value = '/'
|
|
|
|
input.value = '/'
|
|
|
|
input.style.minWidth = '300px'
|
|
|
|
input.style.minWidth = '300px'
|
|
|
|
dialog.bodyEl.appendChild(input)
|
|
|
|
dialog.bodyEl.appendChi
|
|
|
|
const bGroup = document.createElement(
|
|
|
|
const bGroup = document.createElement(
|
|
|
|
'm-forms-button-group'
|
|
|
|
'm-forms-button-group'
|
|
|
|
)
|
|
|
|
)
|
|
|
|
|