Add flip link

This commit is contained in:
Ian Gulliver
2019-07-11 20:08:29 +00:00
parent 0ecbd40642
commit e04c8b50dd
2 changed files with 26 additions and 0 deletions

View File

@@ -49,6 +49,10 @@ class EditorHelp extends EditorEntryBase {
this.addLine();
this.addKey('␣');
this.addText('Highlight ');
this.addLine();
this.addKey('f');
this.addText('Flip link ');
}
addLine() {