Jark Tonnätt

Results 4 comments of Jark Tonnätt

After looking at the code, I noted I can just call the blur method on blur event. Little bit weird to read and more a workaround than solution, but works....

I have the same behavior in firefox and chromium, also in incognito mode with deactivated plugins. The selected text doesn't match the content of the clipboard. And the selection changes...

Perhaps this code at the top of the service worker is a workable solution without causing conflicts with some workbox functions like pre- or runtime caching: ```typescript self.addEventListener('fetch', (event) =>...

I've the same requirement because AWS offers only SRV RR for ECS services (named "service discovery"). I've implemented it on php level by extending the Redis class: ```php public function...