()
| 408 | ...newState, |
| 409 | }; |
| 410 | const changeInsight = () => { |
| 411 | this.getColorContext = null; |
| 412 | this.changeInsight(historicInsight, historyAction, state); |
| 413 | }; |
| 414 | const currentFilter = this.viewer.getInsight().filter; |
| 415 | if (rebaseFilter && currentFilter && historicInsight.filter) { |
| 416 | if (SandDance.searchExpression.startsWith(historicInsight.filter, currentFilter)) { |
no test coverage detected