Commit ae1c9252 authored by furybean's avatar furybean

Table: clear selection after change data, fixed #813.

parent 8eae476f
......@@ -92,7 +92,7 @@ TableStore.prototype.mutations = {
const selection = states.selection;
if (!states.reserveSelection) {
states.isAllSelected = false;
this.clearSelection();
} else {
const rowKey = states.rowKey;
if (rowKey) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment