style(ui): format resizable divider
parent
fe81b1d712
commit
96ad19a627
|
|
@ -44,7 +44,9 @@ export class ResizableDivider extends LitElement {
|
|||
`;
|
||||
|
||||
render() {
|
||||
return html``;
|
||||
return html`
|
||||
|
||||
`;
|
||||
}
|
||||
|
||||
connectedCallback() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue