mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
Fix ModalityState.stateForComponent()
heading (#610)
This commit is contained in:
parent
f62c8b9143
commit
e6f4441d8d
@ -33,7 +33,7 @@ The latter API allows specifying the _modality state_ ([`ModalityState`](upsourc
|
||||
#### `ModalityState.NON_MODAL`
|
||||
The operation will be executed after all modal dialogs are closed. If any of the open (unrelated) project displays a per-project modal dialog, the action will be performed after the dialog is closed.
|
||||
|
||||
####`ModalityState.stateForComponent()`
|
||||
#### `ModalityState.stateForComponent()`
|
||||
The operation can be executed when the topmost shown dialog is the one that contains the specified component or is one of its parent dialogs.
|
||||
|
||||
#### None Specified
|
||||
|
Loading…
x
Reference in New Issue
Block a user