Skip to content

Commit

Permalink
fix(Tinebase): FilterToolbar might break
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliusweiss committed Sep 23, 2024
1 parent ce19f14 commit 4998cd4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tine20/library/ExtJS/src/core/core/Element.style.js
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ Ext.Element.addMethods(function(){
* @return {Ext.Element} this
*/
setStyle : function(prop, value){
if (! this.dom) return this;
var tmp,
style,
camel;
Expand Down

0 comments on commit 4998cd4

Please sign in to comment.