xpodev / seamless

A Python package for creating and manipulating HTML components. It is working similar to React.js, but in Python.
https://seamless.readthedocs.io
MIT License
11 stars 1 forks source link

Event object is not passed to python #17

Closed neriyaco closed 5 months ago

neriyaco commented 7 months ago

When calling a method from the website to the backend the event object is not passed, only { foo: 'bar' }.