removeRule()

in ui/plugin.js [188:194]


  removeRule(e) {
    const idx = e.target.dataset.idx;
    if (this.configuredRules[idx] === AUTO_SUBMIT_RULE) {
      this.autoSubmitEnabled = false;
    }
    this.splice('configuredRules', idx, 1);
  }