Skip to content

Commit 4ff6e9a

Browse files
Fix Insert Evaluation Cell Above menu item
1 parent 7faf2e1 commit 4ff6e9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/worksheet.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ window.electron.onWindowReady( (path) => {
102102
})
103103

104104
// FIXME: Call setDocumentEdited() also when settings are changed
105-
window.electron.onCellInsertText( () => {
105+
window.electron.onCellInsertEval( () => {
106106
cells.insertBeforeCurrent('code')
107107
window.electron.setDocumentEdited(true)
108108
})

0 commit comments

Comments
 (0)