Przeglądaj źródła

[notebook] Add autocompleter to the ignored serializable objects

Enrico Berti 10 lat temu
rodzic
commit
7b930d9

+ 1 - 1
desktop/libs/notebook/src/notebook/static/notebook/js/notebook.ko.js

@@ -16,7 +16,7 @@
 
 
 var SPARK_MAPPING = {
-  ignore: ["ace", "images"]
+  ignore: ["ace", "images", "autocompleter"]
 }
 
 var Result = function (snippet, result) {