[#176,bugfix,view/transform][xs]: remove unneeded setSelectionRange that failed in FF - fixes #176 (thx to @gka for report).
This commit is contained in:
parent
8fb4b278c3
commit
ac874c1814
@ -50,7 +50,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