mirror of https://github.com/laurent22/joplin.git
Chore: Fixed naming
parent
00084c5798
commit
b622f9b938
|
@ -5,7 +5,7 @@
|
|||
|
||||
import Logger from '@joplin/utils/Logger';
|
||||
|
||||
const logger = Logger.create('setFocus');
|
||||
const logger = Logger.create('focusHandler');
|
||||
|
||||
enum ToggleFocusAction {
|
||||
Focus = 'focus',
|
||||
|
|
Loading…
Reference in New Issue