forked from Techsystech/web
Merge pull request #1141 from Tecnativa/12.0-fix-issue-1139-web_widget_color
web_widget_color: Fix issue #113912.0
commit
02c00e2875
|
@ -16,7 +16,7 @@ odoo.define('web.web_widget_color', function(require) {
|
|||
|
||||
_renderEdit: function() {
|
||||
this.$input = this.$el.find('input');
|
||||
this.jscolor = new jscolor(this.$input[0], {hash:true});
|
||||
this.jscolor = new jscolor(this.$input[0], {hash:true, zIndex: 2000});
|
||||
},
|
||||
});
|
||||
field_registry.add('color', FieldColor);
|
||||
|
|
Loading…
Reference in New Issue