Fix pasting in new tab
This commit is contained in:
parent
633b87f61b
commit
ebefdfb5a9
@ -502,7 +502,7 @@ class CommandDispatcher(QObject):
|
||||
Args:
|
||||
sel: True to use primary selection, False to use clipboard
|
||||
"""
|
||||
self._tabs.paste(sel, True)
|
||||
self.paste(sel, True)
|
||||
|
||||
@cmdutils.register(instance='mainwindow.tabs.cmd')
|
||||
def tab_focus(self, index=None, count=None):
|
||||
|
Loading…
Reference in New Issue
Block a user