Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't process input in hidden EditorProperty.
This causes EditorProperty nodes to intercept input events even when the Editor Properties dialog is not visible. This means that after closing the dialog, ctrl+shift+c will still copy the last selected property path. Fixes godotengine#62866.
- Loading branch information