Don't skip the context menu handler, bugs out on mac
This commit is contained in:
@@ -70,7 +70,6 @@ class ContextMenu(object):
|
||||
selection = (selection,)
|
||||
|
||||
m.activate(context, selection, i)
|
||||
event.Skip()
|
||||
|
||||
def display(self, context, selection):
|
||||
raise NotImplementedError()
|
||||
|
||||
Reference in New Issue
Block a user