Skip to content

Commit

Permalink
Bug fix: when editing a keyframe position when in beat or second mode…
Browse files Browse the repository at this point in the history
…, the cell editor would by default show the frame number, which would then be converted as though it were a beat/second position
  • Loading branch information
rewbs committed Sep 1, 2023
1 parent 4888e82 commit 81124bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/ParseqGrid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ export const ParseqGrid = forwardRef(({ rangeSelection, onSelectRange, onGridRea
},
pinned: 'left',
suppressMovable: true,
cellEditor: 'agTextCellEditor',
cellEditorParams: {
useFormatter: true,
},
Expand Down

0 comments on commit 81124bb

Please sign in to comment.