Skip to content

Commit

Permalink
fix comment in typo based on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-hawker authored Oct 18, 2022
1 parent 37d381f commit b8d4300
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ private void ItemsSource_PropertyChanged(DependencyObject sender, DependencyProp
}
}

// Add our text box at the end of items and set it's default value to our initial text, fix for #4749
// Add our text box at the end of items and set its default value to our initial text, fix for #4749
_currentTextEdit = _lastTextEdit = new PretokenStringContainer(true) { Text = Text };
_innerItemsSource.Insert(_innerItemsSource.Count, _currentTextEdit);
ItemsSource = _innerItemsSource;
Expand Down

0 comments on commit b8d4300

Please sign in to comment.