headword lemma and semantic&english-full tags tags

This commit is contained in:
2020-02-16 18:13:28 +01:00
parent b20ceca27a
commit 23c1ec33a1
4 changed files with 10 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ from browser import window
class ScreenfulEmptyShell:
def __init__(self):
func = lambda: None
func = lambda: console.log("Screenful data change!")
self.Editor = {"changed": func}
def screenful():