max

Results 6 comments of max

@gabazureus there is a problem when resize browser the header does not resize clips...

@gabazureus there is a resize problem, this should fix it ``` base.updateWidth(); base.toggleHeaders(); base.$container.scroll(base.toggleHeaders); base.$container.resize(base.toggleHeaders); base.$container.resize(base.updateWidth); base.$window.scroll(function() { base.toggleHeaders(); if(base.isCloneVisible) { base.calcNewHeaderPosition(); } }); $(window).resize(function(){ base.parentClientWidth = base.$container.outerWidth() - getScrollbarWidth();...

@jchavarri as far as I see both: [src/compat/ReLoadable.re](https://github.com/Sketch-sh/sketch-sh/pull/321/files#diff-21b03996fcf628035a3e7ff2481a849488dce85ffa65d51a7f20dcd3f49c5b59) and [src_embed/Embed.re](https://github.com/Sketch-sh/sketch-sh/pull/321/files#diff-133265fb260a43a79352ba47c406ee31508f3bfeec13ca267fe69c8f9afe3794) should be done?

> Hi @jchavarri Today i successfully up sketch on my local Mac and i did some refactoring. So not so bad was today. I refactored `Embed.re` and `ReLoadable.re` and fixed...

I can create a draft of this change if make sense.