mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
prevent change to navbar url in pdf viewer
return false from pdf <a> click handler
This commit is contained in:
parent
265ad4439c
commit
5915bfd885
1 changed files with 1 additions and 0 deletions
|
@ -41,4 +41,5 @@ define [
|
|||
element.href = "#" + link.dest;
|
||||
element.onclick = (e) =>
|
||||
@navigateFn link
|
||||
return false
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue