Skip to content

Commit

Permalink
Merge pull request #63 from code-hike/fix-copy-paste
Browse files Browse the repository at this point in the history
Fix copy paste
  • Loading branch information
pomber authored Apr 13, 2021
2 parents 8e3a417 + 194df63 commit d1ae050
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/mini-editor/src/code.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ function Line({ line }: { line: CodeLine }) {
{token}
</span>
))}
<br />
</div>
)
}
Expand Down Expand Up @@ -287,6 +288,7 @@ function ColumnedLine({
</span>
)
)}
<br />
</div>
)
}
Expand Down
1 change: 1 addition & 0 deletions packages/smooth-lines/src/lines.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ function LineContainer({
transform: `translate(${dx}px, ${dy}px)`,
opacity,
width,
display: opacity <= 0 ? "none" : undefined,
}}
>
{children}
Expand Down

0 comments on commit d1ae050

Please sign in to comment.