Scott Cooper
Scott Cooper
its a debounced event as opposed to a rapid fire, this is how both react-color and this library implement the onChangeComplete
There's probably room for an onMouseUp event
Make sure you’re triggering change detection and replacing the color object you are passing and not modifying it
check out how the demo works, its doing exactly this. https://github.com/scttcper/ngx-color/blob/master/src/app/app.component.ts
Maybe have them sit on a landing page and complete a proof of work? https://github.com/indutny/proof-of-work Edit: used here currently https://indutny.github.io/vote.wdgt/
accessing the editor property use a viewchild ref to access the component and then its at the public codemirror property https://github.com/TypeCtrl/ngx-codemirror/blob/master/src/lib/codemirror.component.ts#L87
its imported down further, those are just @types being imported at the top https://github.com/TypeCtrl/ngx-codemirror/blob/d5cafceb528b8b95643bd0fa3a7ff858a5c63582/src/lib/codemirror.component.ts#L98 You might make sure you've included your plugin correctly from the first step of use https://github.com/TypeCtrl/ngx-codemirror#use...
@johaven i'm not sure how to fix it for your case. You might try copying out the component and instantiating codemirror as you require, unless there's a way to make...
5.1.1 might have fixed it, not sure https://github.com/scttcper/ngx-codemirror/releases/tag/v5.1.1
did you try display inline-block? https://support.google.com/adsense/answer/9467650?hl=en