Commit b082d85
committed
Fix regarding issue #11
- Evaluate again inside timeout if toggle is false or true to assure
that tooltips are only shown when actions are displayed.
- Rolledback to v-show and removed else statement on showTooltip mehotd.
- No need to hide tooltips because will be destroyed by v-if when element
is removed from dom.
- Added 100ms for avoiding delay issues and match animation transition
time of 0.7s (maybe more time is needed)1 parent 19bfd53 commit b082d85
4 files changed
+10
-12
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
266 | 266 | | |
267 | 267 | | |
268 | 268 | | |
269 | | - | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
270 | 272 | | |
271 | | - | |
| 273 | + | |
272 | 274 | | |
273 | | - | |
274 | | - | |
275 | | - | |
276 | | - | |
277 | 275 | | |
278 | 276 | | |
279 | 277 | | |
| |||
0 commit comments