{
+ update("panelLocation", "secondary-side-panel");
+ openModal(
+ "Drag and drop to secondary side panel",
+
+ Drag and drop the IDE Panel by its icon from the side bar to move it to the
+ secondary panel.
+
+ );
+ }}>
+
+ Secondary side panel
+ {panelLocation === "secondary-side-panel" && (
+
+ )}
+
+