Loading openflexure_microscope/api/static/src/components/fieldComponents/keyvalList.vue +3 −1 Original line number Diff line number Diff line Loading @@ -98,7 +98,9 @@ export default { this.$emit("input", newSelected); // Move focus back to key textbox if (this.$refs.textboxKey) { this.$refs.textboxKey.focus(); } }, delMetadataKey: function(key) { Loading Loading
openflexure_microscope/api/static/src/components/fieldComponents/keyvalList.vue +3 −1 Original line number Diff line number Diff line Loading @@ -98,7 +98,9 @@ export default { this.$emit("input", newSelected); // Move focus back to key textbox if (this.$refs.textboxKey) { this.$refs.textboxKey.focus(); } }, delMetadataKey: function(key) { Loading