Skip to content

Commit

Permalink
Merge pull request #6571 from MstrVLT/master
Browse files Browse the repository at this point in the history
 fix(Splitter): #6570 (Typo in splitter.js (autocomplete err))
  • Loading branch information
tugcekucukoglu authored Oct 15, 2024
2 parents c7f21df + 6780b86 commit fb01760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/primevue/scripts/components/splitter.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const SplitterProps = [

const SplitterEvents = [
{
name: 'resizened',
name: 'resizeend',
description: 'Callback to invoke when resize ends.',
arguments: [
{
Expand Down

0 comments on commit fb01760

Please sign in to comment.