Add globalToolbarButton slot type and update related documentation

This commit is contained in:
gsxdsm 2026-03-14 15:05:04 -07:00
parent 2dbb31ef3c
commit 811e2b9909
7 changed files with 39 additions and 10 deletions

View file

@ -110,6 +110,7 @@ const entityScopedZones = new Set<PluginLauncherPlacementZone>([
"commentAnnotation",
"commentContextMenuItem",
"projectSidebarItem",
"toolbarButton",
]);
const focusableElementSelector = [
"button:not([disabled])",