Alex Wild
Alex Wild
A simple fix for issue #2.
Issue: https://github.com/material-shell/material-shell/issues/991 Documentation used for the upgrade: https://gjs.guide/extensions/upgrading/gnome-shell-46.html https://mutter.gnome.org/cogl/struct.Color.html The [`Shell.BlurEffect`](https://gjs.guide/extensions/upgrading/gnome-shell-46.html#shell-blureffect) should change from using `sigma` to `radius`, but this requires an update to the TypeScript definitions and I haven't...
Relations: - Issue: https://3.basecamp.com/4910529/buckets/39227839/todolists/8324769399 - Related PR: https://github.com/livingdocsIO/livingdocs-server/pull/7916
Relations: - Issue: Fixes https://github.com/livingdocsIO/livingdocs-bugs/issues/5048 - Related PRs: - https://github.com/livingdocsIO/livingdocs-editor/pull/9743 - https://github.com/livingdocsIO/livingdocs-framework/pull/1262 # Motivation When creating comments in Livingdocs it uses the selected text to create a highlight. If the...