Skip to content

Commit

Permalink
remove: useless code
Browse files Browse the repository at this point in the history
  • Loading branch information
waynelwz committed Jan 5, 2024
1 parent 183a089 commit b18f0a1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
import React, { createContext } from 'react'
// import StoreContext from '../../contexts/GridStoreContext'
import createCustomStore, { IStore, ITableState } from '../store'

// import { IGridState } from '../types'

// import { UseBoundStore, StoreApi } from 'zustand'

type IStoreProviderProps = {
store?: IStore
storeKey?: string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -229,12 +229,6 @@ export default function Headers({ width }: { width: number }) {
transform: `translate3d(-${ctx.scrollLeft}px,0px,0px)`,
}}
>
{/* <div
style={{
flexShrink: 0,
flexBasis: `${ctx.scrollLeft}px`,
}}
/> */}
<div
style={{
display: 'flex',
Expand Down

0 comments on commit b18f0a1

Please sign in to comment.