mattwr18 0f40df7cb4 Fix bug UpdateComment, Fix styling on Comment
- There was a bug that updates to comments were not being displayed
because of a v-show... https://vuejs.org/v2/guide/conditional.html#v-if-vs-v-show
Basically, what it says that is important for this bug is
"v-if...ensures that event listeners and child components inside the
conditional block are properly destroyed and re-created during toggles"

- Since we are using the editor to display comments in ContentViewer, we
need to set the min-height to 0px

- Co-authored-by: Alina Beck <alina.beck@mail.com>
- Co-authored-by: Robert Schäfer <git@roschaefer.de>
2019-09-25 13:39:18 +02:00
..
2019-05-29 09:47:24 -03:00
2019-09-19 01:05:43 +02:00
2019-08-15 21:29:37 +01:00
2019-09-10 09:31:59 +02:00
2019-09-10 03:35:10 +02:00
2019-08-21 13:17:32 +02:00
2019-08-09 13:21:54 +02:00
2019-09-06 16:42:16 +02:00
2019-09-19 13:21:51 +02:00
2019-07-10 13:58:11 +02:00
2019-05-23 19:40:39 +02:00
2019-05-23 19:40:39 +02:00
2019-09-20 22:37:38 +02:00
2019-08-13 11:05:29 +02:00
2019-05-29 09:47:24 -03:00
2019-05-29 09:47:24 -03:00
2019-08-02 16:10:19 +02:00