- {autoApply ? null : (
-
+ >
+ );
+};
+
+export const QuickCSS = (): React.ReactElement => {
+ const isPopoutOpen = flux.useStateFromStores([PopoutWindowStore], () =>
+ PopoutWindowStore.getWindowOpen(WindowKey),
+ );
+ return isPopoutOpen ? (
+ <>
+