This website works better with JavaScript.
Home
Explore
Help
Sign In
tesseract-design
/
tesseract
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Update binary data canvas
Fix first byte not being displayed correctly.
pull/1/head
TheoryOfNekomata
1 year ago
parent
edb4b0acfc
commit
8ab40736f5
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
packages/web-kitchensink-reactnext/src/packages/react-binary-data-canvas/index.tsx
+ 1
- 1
packages/web-kitchensink-reactnext/src/packages/react-binary-data-canvas/index.tsx
View File
@@ -94,7 +94,7 @@ export const BinaryDataCanvas = React.forwardRef<BinaryDataCanvasDerivedElement,
{
bytesGrouped.map((line: number[], l) => (
<React.Fragment key={l}>
{
l > 0 &&
'\n'}
{'\n'}
<span
className={lineClassName}
>
Write
Preview
Loading…
Cancel
Save