Przeglądaj źródła

HUE-7695 [editor] Limit suggested values for the syntax checker

Johan Ahlen 8 lat temu
rodzic
commit
9a85e8d9cd

+ 1 - 1
desktop/core/src/desktop/static/desktop/js/ko.hue-bindings.js

@@ -3956,7 +3956,7 @@
               return a.distance - b.distance
             });
             token.syntaxError = {
-              expected: weightedExpected
+              expected: weightedExpected.slice(0, 50)
             };
             token.notFound = true;