forked from mystiq/hydrogen-web
snowpack/esbuild 0.9 doesn't support override keyword
This commit is contained in:
parent
7897ea88cd
commit
c64a9c1e23
1 changed files with 2 additions and 1 deletions
|
@ -63,7 +63,8 @@ export class LazyListView<T, V extends IView> extends ListView<T, V> {
|
|||
}
|
||||
}
|
||||
|
||||
override async loadList() {
|
||||
// override
|
||||
async loadList() {
|
||||
/*
|
||||
Wait two frames for the return from mount() to be inserted into DOM.
|
||||
This should be enough, but if this gives us trouble we can always use
|
||||
|
|
Loading…
Reference in a new issue