Valentín Costa
Valentín Costa
Thank you, @schellenbergk! `destroy()` wasn't working without that. Merging those changes, `destroy()` should look like this: ```js Sticky.prototype.destroy = function destroy() { window.removeEventListener('load', this.updateScrollTopPosition); window.removeEventListener('scroll', this.updateScrollTopPosition); this.forEach(this.elements, (element) => {...
I would love to see this implemented. Does it have anything to do with [this issue on the roadmap](https://github.com/orgs/pocketbase/projects/2/views/1?filterQuery=relation&pane=issue&itemId=32121831)? If so, I'm glad to see it on the backlog.
Could this [link.beforeInsert](https://froala.com/wysiwyg-editor/docs/events/#link.beforeInsert) custom handler be a workaround until #4961 gets fixed? ```js function isUrlEncoded(url) { try { return decodeURIComponent(url) !== url } catch { return false // Invalid percent-encoding...
Also experiencing this. Would it be possible to add an option in _Cursor Settings > Chat_ to select whether the chat appears in the primary or secondary sidebar?
Same here. Using Raycast. macOS: 15.3.1 (24D70) Docker Desktop: 4.38.0 (181591)
Same here. We need to update for the same reason, the double-encoding URL issue (#4929). Any chances to prioritize this? **Edit:** I suggested a workaround for the URL double-encoding issue...