Make sure annotations list is updated after object change
Using a computed for annotations was preventing the listAnnotationsByTypes to be called after an object change. Instead we use a watcher to update the list.
Follow-up for 48496dc2.
Using a computed for annotations was preventing the listAnnotationsByTypes to be called after an object change. Instead we use a watcher to update the list.
Follow-up for 48496dc2.