Fix bug where R wouldn't rename a window
This commit is contained in:
parent
6476390d4b
commit
f9fcfc26a1
2
popup.js
2
popup.js
|
@ -703,7 +703,7 @@ document.addEventListener('DOMContentLoaded', function() {
|
|||
event.preventDefault();
|
||||
if (tabKeyIndex===-1){
|
||||
var windowList = createWindowList(mainList);
|
||||
windowList[windowKeyIndex].querySelector('span.textContent > span.windowName').dispatchEvent(new MouseEvent('dblclick',{
|
||||
windowList[windowKeyIndex].querySelector('span.windowName').dispatchEvent(new MouseEvent('dblclick',{
|
||||
'view':window,
|
||||
'bubbles':true,
|
||||
'cancellable':true
|
||||
|
|
Loading…
Reference in a new issue