zk118

Results 16 comments of zk118

Actually you can do that: HTML: ``` ``` JS: ``` $(function() { $("#carousel").Cloud9Carousel({}); }); $( window ).resize(function() { // Clone actual carousel $("#carousel").data("carousel").deactivate(); var clone = $( "#carousel" ).clone(); $("#carousel").remove();...

@nicholasfay just delete this line: `$("#carousel").data("carousel").deactivate();` It's optional i think.

Same problem here, FontSize extension causes the impossibility to paste in an H2 heading copied from gitlab for exemple. Can you fix this please ? Between, nice implementation of tiptap...

Any workaround for this ? (except disabling the FontSize extension)

> > Any workaround for this ? (except disabling the FontSize extension) > > ![image](https://user-images.githubusercontent.com/25169848/104566860-194e4400-5689-11eb-9a9e-4a70ba7e4904.png) > > This is my best practice after exploring. For me, I don't need FontSize,...

Any way to use v-stepper as a beta component right now or do I need to wait for 3.4.0 ?

Currently, I have to do that as a workaround: ``` display: (ctx) => { const { scales: { x, y } } = ctx.chart return x.top - y.getPixelForValue(myData.y) >0 &&...

Looking forward to trying these hooks in the following versions, but I don't think they will suit my needs as I have annotations that are always displayed outside of the...

Oh I see, will work then !