Skip to content

Commit

Permalink
fix: autoScroll softWrap 不再作为参数
Browse files Browse the repository at this point in the history
  • Loading branch information
hui.wang committed Aug 30, 2023
1 parent 26138df commit a71fc29
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/log-viewer.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,9 @@ declare module '@sandwich-go/log-viewer' {
virtualAttrs: object
rowHeight: number
height: number
softWrap:boolean
fontSize:number
log: string
loading: boolean
autoScroll: boolean
hasNumber: boolean
scrollDuration: number
lineStyle: (args: {line: string,isSessionStart:boolean}) => object
Expand Down

0 comments on commit a71fc29

Please sign in to comment.