mirror of
https://github.com/eliasstepanik/strudel.git
synced 2026-01-11 21:58:37 +00:00
Merge pull request #985 from tidalcycles/share-fix
fix: share now shares what's visible instead of active
This commit is contained in:
commit
7efea5726b
@ -210,7 +210,7 @@ export function Repl({ embedded = false }) {
|
||||
editorRef.current.repl.evaluate(code);
|
||||
};
|
||||
|
||||
const handleShare = async () => shareCode(activeCode);
|
||||
const handleShare = async () => shareCode(replState.code);
|
||||
const context = {
|
||||
embedded,
|
||||
started,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user