felek000

Results 9 comments of felek000

Can any one give compile example how to make it work ? i Import `import {ScrollSpyAffixDirective} from "ng2-scrollspy/dist/plugin/affix.directive";` than in `imports: ScrollSpyAffixDirective` and in template: `[scrollSpyAffix]="{topMargin: 70}"` and i get...

yes ive done this but on first time I enter page it works but when i get back i get error: `ScrollSpy: duplicate id "window". Instance will be skipped!`

Well fine but scroll is not working after. I enter page X were there is scroll. I go page Y there is no scroll there all angular 2 routing component....

app.module `import {ScrollSpyAffixDirective} from "ng2-scrollspy/dist/plugin/affix.directive"; import {ScrollSpyAffixModule} from "ng2-scrollspy/dist/plugin/affix"; declarations[..... ScrollSpyAffixDirective]...imports[....ScrollSpyModule.forRoot(),] ` component `import { ScrollSpyModule, ScrollSpyService } from 'ng2-scrollspy';` template ``` aaaaa ``` I enter page 1 time ok,...

Ok it will work when i give scrollSpy on dont know if this is intended but it works.

I don't know if is valid solution. in `ClassicEditor.builtinPlugins = [dropEvent]` ``` function dropEvent(editor) { editor.editing.view.document.on('drop',async (evt, data) => { // Stop execute next callbacks. evt.stop(); console.log('dropppppp',data); /**@TODO API*/ const...

I add working custom build ckeditor to quasar (vite). Ugly but works: Any feedback is nice. in boot file register `ckeditor` tag in app ``` import CKEditor from '@ckeditor/ckeditor5-vue'; import...

I have same problem when running on docker.

Is this fix in master ? I just import v2.05 and on safari pdf open same window not download.