mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #20198 from overleaf/dp-math-preview-improvements
Remove transition from math-preview tooltip to avoid flashing GitOrigin-RevId: 004c7eeb6d4421a3d11f175a80d217356dfcb2da
This commit is contained in:
parent
8aa544a5ae
commit
4802d04fb0
1 changed files with 0 additions and 1 deletions
|
@ -145,7 +145,6 @@ const buildTooltipContent = (
|
|||
|
||||
const element = document.createElement('div')
|
||||
element.style.opacity = '0'
|
||||
element.style.transition = 'opacity .01s ease-in'
|
||||
element.textContent = math.content
|
||||
|
||||
let definitions = ''
|
||||
|
|
Loading…
Reference in a new issue