Commit 9d04842c authored by Joel Collins's avatar Joel Collins
Browse files

Handle missing this.$refs.textboxKey ref

parent 599c3153
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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) {