Per-Kristian Nordnes
Per-Kristian Nordnes
It's pretty easy to [implement this yourself](https://github.com/skogsmaskin/assistant-sdk-python/commit/9d8e701561cb54adfed95940cc943785399bccdd). (``pip install playsound`` and change the sound file to something if you follow the example)
@theycallmeswift - thanks for the report. I'm trying to reproduce this, but unable to. Could you please give me the result of: `yarn why @sanity/block-tools && yarn why sanity` (or...
This branch seems to fail on CI, but the error seems a bit off: ``` lerna notice cli v4.0.0 lerna info Bootstrapping 50 packages lerna WARN EHOIST_PKG_VERSION "@sanity/cli" package depends...
@phmasek - thank you for reporting this issue. It's on our radar, overlapping annotations support is something we want too.
This was closed due to branch renaming yesterday - reopening against the `2.x` branch.
Found one side-effect. Arrowing up and down between void blocks now takes two key-presses. I think it's because we don't handle up/down events in a consistent way, but leaves that...
@dylans - Updated the first commit to be even more agressive, checking for focus on a void block all together. Now it's working with selection spans as well (where it...
Extend selection up/down should also be handled in a consistent way, added that. @bryanph - please note that the missing clipboard events in FF and this fix is only fixing...
I've made this sandbox that illustrates the problem: https://codesandbox.io/s/slate-react-17-oncopy-bug-not-working-forked-9n9x9?file=/index.js I see there are some issues still which the PR doesn't solve when testing against the above code example. I think...
@dylans - sorry I forgot to save it! Now it is there with the latest `slate-react ` Right one is: https://codesandbox.io/s/slate-react-17-oncopy-bug-not-working-forked-9n9x9?file=/index.js Could you re-apply any changes you did please?