@kumologica/sdk 3.2.0-beta22 → 3.2.0-beta24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1742,9 +1742,9 @@ RED.editor = (function () {
1742
1742
  resize: function (dimensions) {
1743
1743
  editTrayWidthCache[type] = dimensions.width;
1744
1744
  $('.editor-tray-content').height(dimensions.height - 50);
1745
- var form = $('.editor-tray-content form').height(
1746
- dimensions.height - 50 - 40
1747
- );
1745
+ // var form = $('.editor-tray-content form').height(
1746
+ // dimensions.height - 50 - 40
1747
+ // );
1748
1748
  if (editing_node && editing_node._def.oneditresize) {
1749
1749
  try {
1750
1750
  editing_node._def.oneditresize.call(editing_node, {