mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-08-08 16:38:01 +08:00
Fix: Links to wiki content accessed via the version view are not clickable. (#17987)
This commit is contained in:
@@ -103,7 +103,6 @@ export function useWikiDetailContent({
|
||||
|
||||
const handleMarkdownLinkClick = useCallback(
|
||||
(pageType: WikiPageType, slug: string) => {
|
||||
if (isVersionView) return;
|
||||
if (currentEntry?.slug === slug && currentEntry?.pageType === pageType)
|
||||
return;
|
||||
|
||||
@@ -125,7 +124,6 @@ export function useWikiDetailContent({
|
||||
[
|
||||
push,
|
||||
onSelectArtifact,
|
||||
isVersionView,
|
||||
currentEntry,
|
||||
pageData,
|
||||
updateCurrentTitle,
|
||||
|
||||
Reference in New Issue
Block a user