Closed nellihol closed 2 months ago
Full screen mode icon disappears when in full screen mode. There should be an icon indicating exit full screen mode.
Steps to reproduce the behavior:
Expecting an icon similar to this: (Arrows pointing to middle)
Fixed in https://github.com/ecoacoustics/web-components/pull/161
This was caused by an additional space after the sl-icon name
https://github.com/ecoacoustics/web-components/blob/262d397dd1713d50cdf2c441ee8b10a7c49392a1/src/components/verification-grid-settings/verification-grid-settings.ts#L138
In the future we do some fancy TypeScript typing to catch these errors in the CI
Describe the bug
Full screen mode icon disappears when in full screen mode. There should be an icon indicating exit full screen mode.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Expecting an icon similar to this: (Arrows pointing to middle)
Screenshots