Skip to content

Commit dda391d

Browse files
committed
docs(command): note single-instance dialog behavior
1 parent 97af219 commit dda391d

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

docs/app/views/docs/command.rb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,12 @@ def view_template
9393
RUBY
9494
end
9595

96+
Heading(level: 2) { "Single instance" }
97+
98+
p(class: "text-muted-foreground") do
99+
plain "The Command dialog is single-instance. Activating a trigger while the dialog is already open refocuses the existing dialog instead of stacking another one on top, so repeated keybindings or trigger clicks behave predictably."
100+
end
101+
96102
render Components::ComponentSetup::Tabs.new(component_name: component)
97103

98104
render Docs::ComponentsTable.new(component_files(component))

0 commit comments

Comments
 (0)