-
Notifications
You must be signed in to change notification settings - Fork 167
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix playground links making editor un-editable (#134)
* Fix links making playground uneditable The parsed program is now updated only once, when the page loads, rather than when the component is updated. * Revert "Fix links making playground uneditable" This reverts commit 599db0f. * Standardize parameters for workspace Now, we can pass in only a value and an optional library number. This allows the Playground to handle parsing of the library program. If there is a program passed in via the hash, the parsed program will be passed. If not, the parsed program will be undefind, causing the redux store value to be passed (using the `||` operator). * Add test for playground with link Also updated the old test snapshot * Bump version 0.1.1 -> 0.1.2
- Loading branch information
Showing
5 changed files
with
24 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters