[build][xs]: bugfix for #176.
This commit is contained in:
parent
b2b64ea2cc
commit
b22197e5a4
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();
|
||||
},
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user