Skip to content

Commit 26ed00e

Browse files
committed
Add Canvas to html.py
1 parent 02c857f commit 26ed00e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

web/components/html.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -769,6 +769,10 @@ def _update_proxy(self, change: ChangeDict):
769769
super()._update_proxy(change)
770770

771771

772+
class Canvas(Tag):
773+
tag = "canvas"
774+
775+
772776
class Video(Tag):
773777
tag = "video"
774778
controls = d_(Coerced(bool))

0 commit comments

Comments
 (0)