Fix <ctrl>c in view to get selected item to clipboard (#652)
Fixes #10682
This commit is contained in:
parent
efcc115aa7
commit
3f7ea4418c
@ -277,7 +277,7 @@ class PageView(DbGUIElement, metaclass=ABCMeta):
|
||||
def get_data(self):
|
||||
return self.data
|
||||
class Context:
|
||||
targets = [drag_type]
|
||||
targets = [drag_type.name()]
|
||||
action = 1
|
||||
def list_targets(self):
|
||||
return Context.targets
|
||||
|
Loading…
Reference in New Issue
Block a user