This commit is contained in:
themancalledjakob 2024-03-16 15:27:28 +01:00
parent 826af338bf
commit 596b4fd413

View file

@ -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) {