adding interaction page in documentation

This commit is contained in:
2023-10-06 14:31:02 +02:00
parent b3fb51bf2d
commit 44ceaa5f8c
5 changed files with 135 additions and 115 deletions

View File

@ -37,7 +37,7 @@ import { makeStringExtensions } from "./StringExtensions";
localStorage.openpages = Date.now();
window.addEventListener(
"storage",
function (e) {
function(e) {
if (e.key == "openpages") {
// Listen if anybody else is opening the same page!
localStorage.page_available = Date.now();
@ -827,6 +827,7 @@ export class Editor {
[
"introduction",
"interface",
"interaction",
"code",
"time",
"sound",