Skip to content

Commit

Permalink
fix: fix redirection to new tab issue (#704)
Browse files Browse the repository at this point in the history
  • Loading branch information
sundasnoreen12 authored May 22, 2024
1 parent 50948ac commit 3778156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/HTMLLoader.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { useDebounce } from '../discussions/data/hooks';

const defaultSanitizeOptions = {
USE_PROFILES: { html: true },
ADD_ATTR: ['columnalign'],
ADD_ATTR: ['columnalign', 'target'],
};

const HTMLLoader = ({
Expand Down

0 comments on commit 3778156

Please sign in to comment.