mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
added comment
This commit is contained in:
parent
302c6b44b1
commit
daf12bb973
1 changed files with 1 additions and 0 deletions
|
|
@ -214,6 +214,7 @@ class BaseWidget(QtWidgets.QWidget):
|
|||
action = QtWidgets.QAction("Paste to same entity", menu)
|
||||
output.append((action, paste_value_to_path))
|
||||
|
||||
# Simple paste value method
|
||||
def paste_value():
|
||||
try:
|
||||
self.entity.set(value)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue