v1.4.362
Patch Releasedv1.4.362 is a patch release. Key changes include:
- Fix WebUI tooltips not rendering due to overflow clipping by using position: fixed and getBoundingClientRect() for dynamic positioning;
- Extract positioning calculations into dedicated positioning.ts module for better code organization.