You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have this.js() inside hooks that can be used to apply sticky commands to elements. To extend JS commands inside libraries, JS.dispatch() can be used, but there currently isn't a way to apply JS commands from the event handler. We should extend this, for example by having a liveSocket.js.show() etc.
The text was updated successfully, but these errors were encountered:
SteffenDE
changed the title
Extend clientside JS commands to be usable outside of hooks
Extend client-side JS commands to be usable outside of hooks
Nov 18, 2024
We have
this.js()
inside hooks that can be used to apply sticky commands to elements. To extend JS commands inside libraries,JS.dispatch()
can be used, but there currently isn't a way to apply JS commands from the event handler. We should extend this, for example by having aliveSocket.js.show()
etc.cc @chrismccord
The text was updated successfully, but these errors were encountered: