add inputbox and clearn todo html even more

This commit is contained in:
Fabio Pliger
2022-04-20 16:12:01 -05:00
parent 3aa3ba02be
commit 44afda7aa8
4 changed files with 68 additions and 25 deletions

View File

@@ -156,7 +156,6 @@ class PyListTemplate:
def data(self):
return [c.data for c in self._children]
@property
def render_children(self):
return [c.element.innerHTML.replace("\\n", "") for c in self._children]