Layout ยท console.warn
layout: minimise("{id}") - no such window.
Printed by Layout, prefixed [lattice], since 1.54.0.
Warnings reference › layout.minimise.unknown
- Identifier
layout.minimise.unknown- Raised by
- Layout
- Since
- 1.54.0
What happened
layout.minimise(id) named a window the layout does not hold. Nothing was minimised and the call returned false.
The fix
Check the id against layout.windows().
Reference
Covered in full at the API reference.