disable copy/paste/delete shortcuts as well as commands during runtime state
This commit is contained in:
parent
1dca477e6d
commit
8a0257d130
4 changed files with 25 additions and 6 deletions
|
@ -1064,6 +1064,3 @@ class CoreClient:
|
|||
|
||||
def service_been_modified(self, node_id: int) -> bool:
|
||||
return node_id in self.modified_service_nodes
|
||||
|
||||
def is_runtime_state(self):
|
||||
return self.state == core_pb2.SessionState.RUNTIME
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue