mirror of
https://github.com/lutu-gl/Obsidian-Minimal-Quiz.git
synced 2026-07-22 05:42:37 +00:00
removed not used method
This commit is contained in:
parent
c63b23c2e1
commit
63be2a1c87
1 changed files with 0 additions and 7 deletions
7
main.ts
7
main.ts
|
|
@ -113,13 +113,6 @@ class QuestionsModal extends Modal {
|
|||
|
||||
this.render();
|
||||
}
|
||||
|
||||
handleKeyPress(event: KeyboardEvent) {
|
||||
if (event.key === "Enter" || event.key === " ") {
|
||||
event.preventDefault();
|
||||
this.toggleAnswer();
|
||||
}
|
||||
}
|
||||
|
||||
render() {
|
||||
const { contentEl } = this;
|
||||
|
|
|
|||
Loading…
Reference in a new issue