1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-24 15:11:40 +00:00

add 'enter to save clipboard'

This commit is contained in:
Rokt33r
2015-06-05 01:12:47 +09:00
parent c3ed69a712
commit bacccbadf3
6 changed files with 172 additions and 46 deletions

View File

@@ -332,6 +332,12 @@ angular.module('ui.ace', [])
scope.Infinity = -1
scope.focus = function () {
acee.focus()
}
scope.addCommand = acee.commands.addCommand
}
};
}]);