mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-24 03:05:41 +00:00
fix(dom) getPanel isLeft check: class -> id
This commit is contained in:
parent
48970afb2c
commit
0402bbb127
1 changed files with 1 additions and 1 deletions
|
|
@ -1528,7 +1528,7 @@ var CloudCmd, Util, DOM, CloudFunc, Dialog;
|
|||
current = this.getCurrentFile(),
|
||||
files = current.parentElement,
|
||||
panel = files.parentElement,
|
||||
isLeft = DOM.isContainClass(panel, 'left');
|
||||
isLeft = panel.id === 'js-left';
|
||||
|
||||
/* if {active : false} getting passive panel */
|
||||
if (pActive && !pActive.active) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue