Skip to content

Commit

Permalink
fixes bounds overlaying tip
Browse files Browse the repository at this point in the history
  • Loading branch information
argyleink committed Mar 30, 2024
1 parent 31e208a commit 3ba8a1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/features/selectable.js
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ export function Selectable(visbug) {
|| tool === 'accessibility',
})

$('visbug-metatip').forEach(tip => {
$('visbug-metatip, visbug-ally').forEach(tip => {
tip.hidePopover()
tip.showPopover()
})
Expand Down

0 comments on commit 3ba8a1f

Please sign in to comment.