-
-
Notifications
You must be signed in to change notification settings - Fork 5k
Closed
Description
This is Chrome on OSX
copy/cut/paste isn't available on any browser on any OS. Im using angular ui-codemirror but ive tried initializing it manually and have the same problem so I don't think its related.
The options I'm using are:
$scope.editorOptions = {
tabSize: 4,
mode: 'none',
viewportMargin: Infinity,
lineWrapping: true,
extraKeys: {
'Shift-2': function (cm) {
// custom stuff :)
}
}
};
Metadata
Metadata
Assignees
Labels
No labels