mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-29 12:01:32 +02: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:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user