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
When a command is registered on an anchor tag where also a href is specified, it would be nice if the execute callback can return true/false, and thereby allow the link to navigate to the page given by href.
As I see it, the only thing needed is to put "return" before executeDelegate.apply(...).
And, thank you all for a great piece of work on this very useful project!
The text was updated successfully, but these errors were encountered:
When a command is registered on an anchor tag where also a href is specified, it would be nice if the execute callback can return true/false, and thereby allow the link to navigate to the page given by href.
As I see it, the only thing needed is to put "return" before executeDelegate.apply(...).
And, thank you all for a great piece of work on this very useful project!
The text was updated successfully, but these errors were encountered: