Fix <ctrl>c in view to get selected item to clipboard (#652)

Fixes #10682
This commit is contained in:
Paul Culley 2018-09-03 18:43:49 -05:00 committed by Sam Manzi
parent efcc115aa7
commit 3f7ea4418c

View File

@ -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