Skip to content

Commit 5240d97

Browse files
committed
Iocn hovers stopped working. Fixes microsoft#134794.
1 parent a80c2a5 commit 5240d97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/base/browser/ui/iconLabel/iconLabelHover.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ class UpdatableHoverWidget implements IDisposable {
113113
}
114114

115115
if (isMarkdownString(content)) {
116-
return !content.value;
116+
return !!content.value;
117117
}
118118

119119
return true;

0 commit comments

Comments
 (0)