mirror of
https://github.com/pyscript/pyscript.git
synced 2025-12-21 03:05:38 -05:00
add inputbox and clearn todo html even more
This commit is contained in:
@@ -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]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user