We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c74c1d commit a76f8adCopy full SHA for a76f8ad
src/components/TSGraphvizLiveEditor/index.tsx
@@ -53,8 +53,8 @@ function TSGraphvizLiveEditor({
53
function resize() {
54
const newHeight = Math.min(
55
Math.max(
56
- editor.getModel().getLineCount() * lineHeight + PADDING,
57
- MIN_HEIGHT,
+ editor.getModel().getLineCount() * lineHeight + PADDING,
+ MIN_HEIGHT,
58
),
59
MAX_HEIGHT,
60
);
0 commit comments