|
@@ -255,7 +255,7 @@ class SnippetResults extends DisposableComponent {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
if (refresh) {
|
|
if (refresh) {
|
|
|
- this.data(executionResult.rows);
|
|
|
|
|
|
|
+ this.data(executionResult.rows.concat());
|
|
|
} else if (
|
|
} else if (
|
|
|
executionResult.lastRows.length &&
|
|
executionResult.lastRows.length &&
|
|
|
this.data().length !== executionResult.rows.length
|
|
this.data().length !== executionResult.rows.length
|