Skip to content

Commit

Permalink
Remove callback decorator
Browse files Browse the repository at this point in the history
  • Loading branch information
laffra committed Aug 8, 2024
1 parent 2e1fe8b commit 176525d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion examples/inputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ def feedback(text):
.css("text-align", "left")
logger.info(text)

@ltk.callback
def choose_theme(index, option):
theme = option.text()
ltk.inject_css(f"https://ajax.googleapis.com/ajax/libs/jqueryui/1.13.2/themes/{theme}/jquery-ui.css")
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "pyscript-ltk"
version = "0.1.41"
version = "0.1.43"
description = "A little toolkit for writing UIs in PyScript"
readme = "README.md"
authors = [{ name = "Chris Laffra", email = "chris@chrislaffra.com" }]
Expand Down

0 comments on commit 176525d

Please sign in to comment.