CauseFX 6 лет назад
Родитель
Сommit
d3db2f3df6
2 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      js/custom.js
  2. 0 0
      js/custom.min.js

+ 1 - 1
js/custom.js

@@ -1993,7 +1993,7 @@ $(document).on('click', 'li a[aria-controls="Custom data"]', function() {
     var resizeEditor = function(jsonEditor) {
         const aceEditor = jsonEditor;
         const newHeight = aceEditor.getSession().getScreenLength() * (aceEditor.renderer.lineHeight + aceEditor.renderer.scrollBar.getWidth());
-        aceEditor.container.style.height = `${newHeight}px`;
+        aceEditor.container.style.height = newHeight + 'px';
         aceEditor.resize();
     }
 

Разница между файлами не показана из-за своего большого размера
+ 0 - 0
js/custom.min.js


Некоторые файлы не были показаны из-за большого количества измененных файлов