mirror of
https://github.com/google/blockly.git
synced 2026-01-10 18:37:09 +01:00
Fix persistence of logging in playground.
This commit is contained in:
@@ -89,7 +89,7 @@ function start() {
|
||||
taChange();
|
||||
// Restore event logging state.
|
||||
var state = sessionStorage.getItem('logEvents');
|
||||
logEvents(Boolean(state));
|
||||
logEvents(Boolean(Number(state)));
|
||||
}
|
||||
|
||||
function toXml() {
|
||||
|
||||
Reference in New Issue
Block a user