working on wsh createblock (wsh view). bug fix for emain closed windows (#64)

This commit is contained in:
Mike Sawka
2024-06-20 00:00:00 -07:00
committed by GitHub
parent 21fa9a601f
commit 0a19aa31d4
11 changed files with 106 additions and 1 deletions
+2
View File
@@ -267,6 +267,8 @@ func (bc *BlockController) waveOSCMessageHandler(ctx context.Context, cmd wshuti
return staticHandleGetMeta(ctx, cmd.(*wshutil.BlockGetMetaCommand))
case wshutil.Command_ResolveIds:
return staticHandleResolveIds(ctx, cmd.(*wshutil.ResolveIdsCommand))
case wshutil.Command_CreateBlock:
return nil, nil
}
ProcessStaticCommand(bc.BlockId, cmd)