Betty Steger

Results 82 comments of Betty Steger

in case someone needs it, i have a code in my interval function (that sends the tracked time to the server) ``` if(document.activeElement.tagName === 'VIDEO' && !document.activeElement.paused) { TimeMe.resetIdleCountdown(); }...

@bjartebore i am new to dart and flutter and everything, i am using your fork, and got this when doing `enqueueWorkIntent(WorkIntent(....))` ``` Unhandled Exception: type 'Future' is not a subtype...

@hectorAguero have you got a solution? Can i just register all plugins for the background task?

Maybe you could also add ``` autocomplete="off" autocorrect="off" spellcheck="false" ``` to the input field, because I got an "ugly" autocorrect bar above the keyboard (KeyboardAccessoryBar) and autocomplete/autocorrect suggestions are not...

@Grendaizo90 i think you just need to set inlineToolbar in the EditorJS config: so instead of ``` new EditorJS({ inlineToolbar: ['bold', 'italic', 'underline', 'link'] ``` set this: ``` new EditorJS({...

@kraighamady unfortunately I am not using typescript for this project

@kraighamady but why do i need that now? in v5.3.2 it works, because it is always a string, and somehow in v5.4.1 it seems that the function is called twice:...

@kraighamady oh thanks! no i just keep v5.3.2 for now :D

@bondarevv this is how it works in the official table tool: https://github.com/editor-js/table/blob/master/src/plugin.js#L185