Przeglądaj źródła

Update binary data canvas

Fix first byte not being displayed correctly.
pull/1/head
TheoryOfNekomata 1 rok temu
rodzic
commit
8ab40736f5
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +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 Wyświetl plik

@@ -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}
>


Ładowanie…
Anuluj
Zapisz