[fix] hide text editor file input using visibility: hidden. Fixes frappe/erpnext#4615
This commit is contained in:
parent
4e3485f616
commit
18bbba4fa7
1 changed files with 1 additions and 3 deletions
|
|
@ -237,9 +237,7 @@ bsEditorToolbar = Class.extend({
|
|||
var me = this;
|
||||
this.file_input = this.toolbar.find('input[type="file"]')
|
||||
.css({
|
||||
'opacity':0,
|
||||
'position':'absolute',
|
||||
'left':0,
|
||||
'visibility': 'hidden',
|
||||
'width':0,
|
||||
'height':0
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue