deck headers and saving (closing is broken though)
This commit is contained in:
parent
54fe9f17bf
commit
7b1da05aa3
5 changed files with 82 additions and 16 deletions
|
@ -7,8 +7,6 @@ import { DeckContext } from "./util";
|
|||
const PopoutWindow = findComponentByCodeLazy("Missing guestWindow reference");
|
||||
|
||||
export default function DeckPopout({ deckId, windowKey }: { deckId: string; windowKey?: string; }) {
|
||||
// Copy from an unexported function of the one they use in the experiment
|
||||
// right click a channel and search withTitleBar:!0,windowKey
|
||||
const deck = useStateFromStores([ChannelDeckStore], () => ChannelDeckStore.getDeck(deckId));
|
||||
|
||||
return <PopoutWindow
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue