cf12defd28
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
9 lines
243 B
C++
9 lines
243 B
C++
|
|
{
|
|
ModelRemoveCommand removeCommand(&rootModel);
|
|
removeCommand.setAncestorRowNumbers({{event.rowAncestors}});
|
|
removeCommand.setStartRow({{event.start}});
|
|
removeCommand.setEndRow({{event.end}});
|
|
removeCommand.doCommand();
|
|
}
|