1
0
Эх сурвалжийг харах

add back markdown.set_content

Falko Schindler 2 жил өмнө
parent
commit
682fd6c63a

+ 3 - 0
nicegui/elements/markdown.py

@@ -53,3 +53,6 @@ class Markdown(Element, BindContentMixin):
 
         self.content = content
         _handle_content_change(self, content)
+
+    def set_content(self, content: str) -> None:
+        self.content = content