mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 17:56:25 +00:00
Fix 2636 (#3206)
* Fix 2636 Can't scroll to bottom of editor pane * Fix minor lint issues
This commit is contained in:
committed by
Junyoung Choi
parent
606be4304d
commit
f09297f406
@@ -14,7 +14,6 @@ import { getLanguages } from 'browser/lib/Languages'
|
||||
import normalizeEditorFontFamily from 'browser/lib/normalizeEditorFontFamily'
|
||||
|
||||
const OSX = global.process.platform === 'darwin'
|
||||
const WIN = global.process.platform === 'win32'
|
||||
|
||||
const electron = require('electron')
|
||||
const ipc = electron.ipcRenderer
|
||||
|
||||
Reference in New Issue
Block a user