Open michaelfresco opened 8 months ago
I think that if we add role="checkbox"
to that line, it would work.
<div className={classNames('nav-bar__item', { active: isActiveRoute(locationPath, item.path) })}
onClick={() => context.router.history.push(item.path)} role="checkbox">
<i className={item.iconClassName}/>
Pre-requisites
:latest
What happened/what did you expect to happen?
The nav-bar items are not clickable with Vimium. In the screenshot above I included a fix for it. If you add:
role="checkbox"
it becomes clickable!Version
latest
Paste a small workflow that reproduces the issue. We must be able to run the workflow; don't enter a workflows that uses private images.
f
and see that not all ui elements are clickableLogs from the workflow controller
Logs from in your workflow's wait container