Closed benloh closed 1 year ago
Merges dev-bl/fix-cursor-invalid -> dev-next
fix-cursor-invalid: Add symbols to Cursor for GUI Wizard. addFeature Cursor was showing as invalid because no symbols were defined.
addFeature Cursor
Cursor
Since no symbols had been defined for the Cursor, the validator thought that 'Cursor' was invalid.
This also adds:
cursorTargetId
releaseCursor
requested review from @jdanish
In GitLab by @jdanish on Oct 5, 2022, 04:01
This appears to work. Thanks!
mentioned in commit f3fe2c2f4a6b6796e397cd6fbd7c7deb68331461
Merges dev-bl/fix-cursor-invalid -> dev-next
fix-cursor-invalid: Add symbols to Cursor for GUI Wizard.
addFeature Cursor
was showing as invalid because no symbols were defined.To Test
addFeature Cursor
Cursor
block should be valid (was showing as invalid)Since no symbols had been defined for the Cursor, the validator thought that 'Cursor' was invalid.
This also adds:
cursorTargetId
as a propreleaseCursor
as a method