We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75fe4e5 commit 7508699Copy full SHA for 7508699
1 file changed
Source/Sidebar/Palettes.h
@@ -762,6 +762,7 @@ class Palettes final : public Component
762
currentPaletteList.reset();
763
} else {
764
currentPaletteList = std::make_unique<PaletteList>(editor, paletteToShow);
765
+ currentPaletteList->showPasteButton(paletteToShow.getType() != Identifier("Search"));
766
viewport.setViewedComponent(currentPaletteList.get(), false);
767
}
768
0 commit comments