1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-01-24 14:26:20 +02:00

3 Commits

Author SHA1 Message Date
Dustin J. Mitchell
8e668cdadd
Revert "Saving the playground state in local storage (#1942)" (#2106)
This reverts commit e2cad7da8d85b3d7d783f064b6d4db5b6e7d9580.

Fixes #2105, #2104.
2024-05-30 02:15:07 +00:00
Manichand Kondapaka
e2cad7da8d
Saving the playground state in local storage (#1942)
#1476 issue. Updated the function call(`getCodeFromPlayground`) in
`save-playground.js` file from `pagehide` event to change event in ace
editor.

---------

Co-authored-by: Martin Geisler <mgeisler@google.com>
2024-05-28 09:51:41 +00:00
Manichand Kondapaka
b7a6e3b46d
Saving playground code state (#1917)
The embedded Playground's code reset when you navigate between slides.
This has caused problems: if people navigate away from a slide to look
something up, they've suddenly lost their work.
2024-03-22 12:15:54 -04:00