fix post wipe logic again for widgets > 2
This commit is contained in:
parent
5dd0852072
commit
c933d108dd
1 changed files with 1 additions and 1 deletions
|
|
@ -266,7 +266,7 @@ var gs_kiri_fdm = exports;
|
|||
closest.offset,
|
||||
layerout,
|
||||
// wipe after last layer or between widgets
|
||||
(lastIndex === minidx && slices.length > 1) || (found === 1 && layer == maxLayers-1)
|
||||
(found > 1 && slices.length > 1) || (found === 1 && layer == maxLayers-1)
|
||||
);
|
||||
lastIndex = minidx;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue