Skip to content

Commit 176525d

Browse files
committed
Remove callback decorator
1 parent 2e1fe8b commit 176525d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

examples/inputs.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ def feedback(text):
1717
.css("text-align", "left")
1818
logger.info(text)
1919

20-
@ltk.callback
2120
def choose_theme(index, option):
2221
theme = option.text()
2322
ltk.inject_css(f"https://ajax.googleapis.com/ajax/libs/jqueryui/1.13.2/themes/{theme}/jquery-ui.css")

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66

77
[project]
88
name = "pyscript-ltk"
9-
version = "0.1.41"
9+
version = "0.1.43"
1010
description = "A little toolkit for writing UIs in PyScript"
1111
readme = "README.md"
1212
authors = [{ name = "Chris Laffra", email = "[email protected]" }]

0 commit comments

Comments
 (0)