the splitter for the tab bar should ignore right and middle drag ( https://github.com/piroor/treestyletab/issues/87 )
This commit is contained in:
parent
f3b0b51ed2
commit
17b14e88fd
@ -1084,6 +1084,9 @@ var TreeStyleTabService = {
|
|||||||
|
|
||||||
onTabbarResizeStart : function TSTService_onTabbarResizeStart(aEvent)
|
onTabbarResizeStart : function TSTService_onTabbarResizeStart(aEvent)
|
||||||
{
|
{
|
||||||
|
if (aEvent.button != 0)
|
||||||
|
return;
|
||||||
|
|
||||||
if (!this.isEventFiredOnGrippy(aEvent))
|
if (!this.isEventFiredOnGrippy(aEvent))
|
||||||
aEvent.stopPropagation();
|
aEvent.stopPropagation();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user