We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cd58226 + 17e11e1 commit 53284e8Copy full SHA for 53284e8
histomicsui/web_client/panels/AnnotationSelector.js
@@ -413,7 +413,7 @@ var AnnotationSelector = Panel.extend({
413
if (this.viewer && !this.viewer._saving) {
414
this.viewer._saving = {};
415
}
416
- const vsaving = (this.viewer || {})._saving;
+ const vsaving = (this.viewer || {})._saving || {};
417
if (!annotation._saving && !annotation._inFetch && !annotation.get('loading')) {
418
vsaving[annotation.id] = true;
419
this.$el.addClass('saving');
histomicsui/web_client/stylesheets/panels/frameSelectorWidget.styl
@@ -103,3 +103,9 @@
103
104
#composite-layer-table .auto-range-col .percentage-input input
105
width 60px
106
+
107
+ .presets-menu
108
+ font-size 0
109
110
+ *
111
+ font-size 14px
0 commit comments