-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
I tried this template. Immediately after cloning, I tried to run it in logseq, but the button in the toolbar did not respond to clicks. Also, its mouseover behavior was not as expected. Then I made some changes and it worked.
Should change this code
<div data-on-click="show" class="${openIconName}">⚙️</div>...to this
<a data-on-click="show">
<div class="${openIconName}">⚙️</div>
</a>I hope this was helpful and you will add this little fix to the plugin template.
Metadata
Metadata
Assignees
Labels
No labels