We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 437999c commit 418eb4bCopy full SHA for 418eb4b
ltk/widgets.py
@@ -147,7 +147,6 @@ def __init__(self, *args):
147
)
148
widgets[str(id(self))] = self
149
self.attr("ltk_id", str(id(self)))
150
- window.console.log("add widget", self.element, self.attr("ltk_id"))
151
self._handle_css(args)
152
if Widget.INSPECT:
153
self.on("mousemove", proxy(lambda event: self._on_mousemove(event)))
pyproject.toml
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
6
7
[project]
8
name = "pyscript-ltk"
9
-version = "0.2.17"
+version = "0.2.18"
10
description = "A little toolkit for writing UIs in PyScript"
11
readme = "README.md"
12
authors = [{ name = "Chris Laffra", email = "chris@chrislaffra.com" }]
0 commit comments