mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-03-23 01:49:28 +01:00
refactor: rename toast behavior to tooltip (typo)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<script type="text/hyperscript">
|
||||
behavior toast
|
||||
behavior tooltip
|
||||
on mouseenter call bootstrap.Tooltip.getOrCreateInstance(me).show() end
|
||||
on mouseleave or click call bootstrap.Tooltip.getOrCreateInstance(me).dispose() end
|
||||
end
|
||||
Reference in New Issue
Block a user