Просмотр исходного кода

fix(annotations editor): fixed lagging annotations editor view

Torkel Ödegaard 9 лет назад
Родитель
Сommit
55d4392d90
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      public/app/features/annotations/partials/editor.html

+ 1 - 1
public/app/features/annotations/partials/editor.html

@@ -101,7 +101,7 @@
 				</div>
 			</div>
 
-			<rebuild-on-change property="currentAnnotation.datasource">
+			<rebuild-on-change property="currentDatasource">
 				<plugin-component type="annotations-query-ctrl">
 				</plugin-component>
 			</rebuild-on-change>