Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/element_controller/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ def add_elements_to_undo(element_id_list: list[ElementId], cmd: int) -> None:

Parameters:
element_id_list: The elements to add.
cmd: The command associated with the undo.
cmd: The command associated with the undo. Possible values: 1 = Add, 2 = Modify.
"""

def make_undo() -> None:
Expand Down