cleanup
This commit is contained in:
parent
826af338bf
commit
596b4fd413
1 changed files with 0 additions and 1 deletions
|
@ -686,7 +686,6 @@ const Audio = function(tp, record) {
|
||||||
const panel = tp.getPanel();
|
const panel = tp.getPanel();
|
||||||
const panelPropTitle = tp.getPanelPropTitle(propTitle);
|
const panelPropTitle = tp.getPanelPropTitle(propTitle);
|
||||||
if (panelPropTitle !== null) {
|
if (panelPropTitle !== null) {
|
||||||
//const container = tp.getPanelPropContainer(panelPropTitle);
|
|
||||||
const container = panelPropTitle.parentNode.parentNode;
|
const container = panelPropTitle.parentNode.parentNode;
|
||||||
|
|
||||||
if (container === null) {
|
if (container === null) {
|
||||||
|
|
Loading…
Reference in a new issue