Kaynağa Gözat

Update binary data canvas

Fix first byte not being displayed correctly.
pull/1/head
TheoryOfNekomata 1 yıl önce
ebeveyn
işleme
8ab40736f5
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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 Dosyayı Görüntüle

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


Yükleniyor…
İptal
Kaydet