Fixed an issue that would cause the OSD to create a deadzone if disabled. (#466)

This commit is contained in:
Jas Singh
2024-11-09 11:55:30 -08:00
committed by GitHub
parent 51581b198f
commit c150bc189d

View File

@@ -141,6 +141,7 @@ export default (): Window<Child, Attribute> =>
),
name: `indicator`,
class_name: 'indicator',
visible: false,
layer: options.tear.bind('value').as((tear) => (tear ? 'top' : 'overlay')),
anchor: location.bind('value').as((v) => getPosition(v)),
click_through: true,