Store parent popover in popover touch bar items
This commit is contained in:
parent
8c8b737fa2
commit
f05dfc74da
2 changed files with 10 additions and 1 deletions
|
@ -223,6 +223,7 @@ TouchBar.TouchBarPopover = class TouchBarPopover extends TouchBarItem {
|
|||
if (!(this.child instanceof TouchBar)) {
|
||||
this.child = new TouchBar(this.child)
|
||||
}
|
||||
this.child.ordereredItems.forEach((item) => item._popover = this.id)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue