Skip to content

Commit

Permalink
💡 Add comment to EditGrid __init__
Browse files Browse the repository at this point in the history
  • Loading branch information
ollyhensby committed Jan 6, 2025
1 parent b63c433 commit 59d9da3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ipyautoui/custom/editgrid.py
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,8 @@ def __init__(
self._init_form()
self._init_row_controls()
self._init_controls()
# NOTE: setting kwargs here and in _init_autogrid may cause unwanted behaviour
# PR: https://github.com/maxfordham/ipyautoui/pull/351
super().__init__(**kwargs)
self.warn_on_delete = warn_on_delete
# self.show_copy_dialogue = show_copy_dialogue
Expand Down Expand Up @@ -891,5 +893,3 @@ class TestDataFrame(RootModel):

if __name__ == "__main__":
editgrid.transposed = True


0 comments on commit 59d9da3

Please sign in to comment.