toshi0383 / TVMLKitchen

Swifty TVML template manager with or without client-server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.reloadTab Not Allowing for ActionID

mikehuebner opened this issue · comments

commented

Hey man!

Came across a small issue that I'm looking into now but simply put this:
Kitchen.reloadTab(atIndex: 1, recipe: CatalogRecipe(title: self.title, movies: movies))

prevents actionID's from within the XML to work. I'm trying to figure out why now. If you have any information on this that would be awesome!

Thanks!

Hey @mikehuebner .
Thanks for reporting.
Just submitted a patch !

commented

Thanks, I appreciate it. Curious what is was I couldn't figure out why the actionID wasn't getting picked up by the event handler.

Edit:
Ah, the actual DOM event listeners... 😅