mirror of https://github.com/laurent22/joplin.git
removed personal comments
parent
c3395133c9
commit
79e77b5a10
|
@ -1,5 +1,4 @@
|
|||
const open = require('open');
|
||||
// TODO: Figure out what the underscore after the variable means in other classes
|
||||
|
||||
class LinkSelector {
|
||||
constructor() {
|
||||
|
|
|
@ -1,7 +1,3 @@
|
|||
// NOTE: tests:
|
||||
// 1. change contents of a note
|
||||
// 2. navigate away from note to new note
|
||||
|
||||
const { Logger } = require('lib/logger.js');
|
||||
const Folder = require('lib/models/Folder.js');
|
||||
const BaseItem = require('lib/models/BaseItem.js');
|
||||
|
@ -463,8 +459,6 @@ class AppGui {
|
|||
} else {
|
||||
this.stdout(_('Please select the note or notebook to be deleted first.'));
|
||||
}
|
||||
|
||||
// NOTE: MY SHORTCUTS
|
||||
} else if (cmd === 'next_link' || cmd === 'previous_link') {
|
||||
const noteText = this.widget('noteText');
|
||||
// if (noteText.hasFocus) {
|
||||
|
|
Loading…
Reference in New Issue