fix: preserve link URLs on channels without hyperlink support (#14912)

This commit is contained in:
Sivin Varghese
2026-07-02 17:23:53 +05:30
committed by GitHub
parent b8545019e1
commit 2a21d075f6
5 changed files with 93 additions and 13 deletions
@@ -123,6 +123,10 @@ onMounted(() => {
a {
@apply p-4;
}
.ProseMirror a {
@apply p-0;
}
}
}
}