#491 disables the workspace cursor (the indicator of a specific location on the workspace, not the cursor that's used to move around between blocks in general) because it doesn't work with the new INavigable approach. We could replace it with most likely a class that maintains a position on the workspace and draws an indicator on an appropriate layer, or remove it entirely in favor of insert-in-move-mode, since choosing a location for a newly inserted block is the only purpose of the workspace cursor at present AFAIK.
#491 disables the workspace cursor (the indicator of a specific location on the workspace, not the cursor that's used to move around between blocks in general) because it doesn't work with the new INavigable approach. We could replace it with most likely a class that maintains a position on the workspace and draws an indicator on an appropriate layer, or remove it entirely in favor of insert-in-move-mode, since choosing a location for a newly inserted block is the only purpose of the workspace cursor at present AFAIK.