Skip to content

Commit 3778156

Browse files
fix: fix redirection to new tab issue (#704)
1 parent 50948ac commit 3778156

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/HTMLLoader.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { useDebounce } from '../discussions/data/hooks';
99

1010
const defaultSanitizeOptions = {
1111
USE_PROFILES: { html: true },
12-
ADD_ATTR: ['columnalign'],
12+
ADD_ATTR: ['columnalign', 'target'],
1313
};
1414

1515
const HTMLLoader = ({

0 commit comments

Comments
 (0)