1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-15 02:36:36 +00:00

remove linkState function & move modal.js to main/lib

This commit is contained in:
Rokt33r
2016-05-14 12:45:49 +09:00
parent 04e5034f5f
commit 9869545777
10 changed files with 12 additions and 178 deletions

View File

@@ -57,7 +57,7 @@ class RepositorySection extends React.Component {
handleContextButtonClick (e) {
e.stopPropagation()
var menu = new Menu()
let menu = new Menu()
menu.append(new MenuItem({
label: 'New Folder',
click: () => this.handleNewFolderButtonClick()