diff --git a/bin/em/variabletime/web/js/record.js b/bin/em/variabletime/web/js/record.js index 951c095..b23e6fb 100644 --- a/bin/em/variabletime/web/js/record.js +++ b/bin/em/variabletime/web/js/record.js @@ -320,6 +320,7 @@ const Record = function(tp) { }; const cloneInput = (layer, propTitle) => { + return; const panel = tp.getPanel(); const panelPropTitle = tp.getPanelPropTitle(propTitle); if (panelPropTitle !== null) { @@ -350,6 +351,7 @@ const Record = function(tp) { }; const uncloneInput = (layer, propTitle) => { + return; const panel = tp.getPanel(); const panelPropTitle = tp.getPanelPropTitle(propTitle); if (panelPropTitle !== null) {