Remove todo comment

No longer relevant
This commit is contained in:
Matt Bierner 2021-05-12 12:25:42 -07:00
parent b61721e94d
commit 09bd849661
No known key found for this signature in database
GPG key ID: 099C331567E11888

View file

@ -955,7 +955,6 @@ async function webviewPreloads(style: PreloadStyles, rendererData: readonly Webv
return;
}
// TODO: handle namespace
if (typeof content === 'string') {
if (content.trim().length === 0) {
previewContainerNode.classList.add('emptyMarkdownCell');