interactive icon indicating copy to clipboard operation
interactive copied to clipboard

Deferred commands are not routed

Open jonsequitur opened this issue 3 years ago • 0 comments

When scheduling a deferred command, it's intuitive to do this:

var submitCode = new SubmitCode("// some code", "csharp");
Kernel.Root.DeferCommand(submitCode);

This actually defers the command against the Root (CompositeKernel) which then doesn't appropriately route it to the CSharpKernel.

jonsequitur avatar Jun 24 '22 23:06 jonsequitur