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:
@@ -332,6 +332,12 @@ angular.module('ui.ace', [])
|
||||
|
||||
scope.Infinity = -1
|
||||
|
||||
scope.focus = function () {
|
||||
acee.focus()
|
||||
}
|
||||
|
||||
scope.addCommand = acee.commands.addCommand
|
||||
|
||||
}
|
||||
};
|
||||
}]);
|
||||
|
||||
Reference in New Issue
Block a user