[build][xs]: bugfix for #176.
This commit is contained in:
1
dist/recline.js
vendored
1
dist/recline.js
vendored
@@ -3848,7 +3848,6 @@ my.Transform = Backbone.View.extend({
|
||||
var col = 'unknown';
|
||||
}
|
||||
editor.val("function(doc) {\n doc['"+ col +"'] = doc['"+ col +"'];\n return doc;\n}");
|
||||
editor.focus().get(0).setSelectionRange(18, 18);
|
||||
editor.keydown();
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user