We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7461e48 + 487ac9c commit e30bbf3Copy full SHA for e30bbf3
1 file changed
src/helpers/links.js
@@ -55,6 +55,9 @@ const domHref = function(node, relativePath) {
55
if (!ref) {
56
return ref
57
}
58
+ if (!OCA.Viewer) {
59
+ return ref
60
+ }
61
if (ref.match(/^[a-zA-Z]*:/)) {
62
63
0 commit comments