Replies: 1 comment
-
I solved this by storing and comparing |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a lot of labels with context menu. One of the context menu options is to rename label text. When that button is clicked I'd like to replace the label with a single-line TextEdit, edit the text, and on focus loss go back to a label with new text in it.
I store the label
id
from the previous frame when rename option is selected... But how can I find which if the labels owns that id?Beta Was this translation helpful? Give feedback.
All reactions