Advance Wayland and KDE package bring-up
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
|
||||
{
|
||||
ModelInsertCommand insertCommand(&rootModel);
|
||||
insertCommand.setAncestorRowNumbers({{event.rowAncestors}});
|
||||
insertCommand.setStartRow({{event.start}});
|
||||
{
|
||||
% if event.interpretString %
|
||||
}
|
||||
insertCommand.interpret({{event.interpretString}});
|
||||
{ % else % } insertCommand.setEnd({{event.end}});
|
||||
{ % endif % } insertCommand.doCommand();
|
||||
}
|
||||
Reference in New Issue
Block a user