mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
stop context timer when context is set
This commit is contained in:
parent
f61aae4d9d
commit
6ed18c6250
1 changed files with 1 additions and 0 deletions
|
|
@ -331,6 +331,7 @@ class Window(QtWidgets.QMainWindow):
|
|||
if self.assets_widget.refreshing:
|
||||
return
|
||||
|
||||
self._set_context_timer.stop()
|
||||
self._context_to_set, context = None, self._context_to_set
|
||||
if "asset" in context:
|
||||
asset_doc = get_asset_by_name(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue