Skip to content

Commit

Permalink
Merge pull request #463 from inokawa/vue-start-margin
Browse files Browse the repository at this point in the history
Fix regression of Vue startMargin
  • Loading branch information
inokawa committed Jun 25, 2024
2 parents 46d7e56 + 5184874 commit 0581bc9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/vue/Virtualizer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,8 @@ export const Virtualizer = /*#__PURE__*/ defineComponent({
() => props.startMargin,
(value) => {
store._update(ACTION_START_OFFSET_CHANGE, value);
}
},
{ immediate: true }
);

watch(
Expand Down

0 comments on commit 0581bc9

Please sign in to comment.