Commit 072183e7 authored by Randall Leeds's avatar Randall Leeds

focus new annotation text boxes

parent 97b35508
......@@ -259,7 +259,9 @@ class Annotation
references: references
parentThread.addChild replyThread
$scope.$watch '$modelValue.draft', (newValue) -> $scope.editing = newValue
$scope.$watch '$modelValue.draft', (newValue) ->
$scope.editing = newValue
if newValue then $timeout -> $element.find('textarea').focus()
class Editor
this.$inject = [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment