1
0
mirror of https://github.com/pyscript/pyscript.git synced 2022-05-01 19:47:48 +03:00

add PyListTemplate and PyItemTemplate so that classes implementing list and list item widgets can subclass from it and hide complexity to users

This commit is contained in:
Fabio Pliger
2022-04-20 12:48:25 -05:00
parent 280fd53aba
commit a6d00318c3
3 changed files with 63 additions and 13 deletions

View File

@@ -53,7 +53,7 @@
for (let initializer of $postInitializers){
initializer();
}
}, 5000);
}, 3000);
}