mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-25 18:20:09 +02:00
prevent change to navbar url in pdf viewer
return false from pdf <a> click handler
This commit is contained in:
@@ -41,4 +41,5 @@ define [
|
||||
element.href = "#" + link.dest;
|
||||
element.onclick = (e) =>
|
||||
@navigateFn link
|
||||
return false
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user