Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,13 @@ on editorUpdate
if the result is empty then
put tKey into field "value" of me
put item -1 of tPath into field "key" of me
select the text of field "key" of me

if the long name of the target contains "widget" && quote & "array" & quote \
&& "of group" && quote & "customProperties" & quote && "of group" && quote \
& "Custom Properties" & quote && "of group" && quote & "inspector" & quote \
then
select the text of field "key" of me
end if
else
put empty into field "key" of me
put empty into field "value" of me
Expand Down
1 change: 1 addition & 0 deletions notes/bugfix-22285.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Prevent PI custom props taking focus from SE