Do not scroll to bottom when WP activity is reversed"

pull/6708/head
Wieland Lindenthal 6 years ago
parent 2c37a7fcdb
commit 8124e297a3
  1. 4
      frontend/src/app/components/work-packages/work-package-comment/work-package-comment.component.ts

@ -137,7 +137,9 @@ export class WorkPackageCommentComponent implements IEditFieldHandler, OnInit, O
this.reset(withText);
this.scrollToBottom();
if (!this.showAbove) {
this.scrollToBottom();
}
}
public get project() {

Loading…
Cancel
Save