terrier-engine 4.71.6 → 4.71.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -228,7 +228,7 @@ export class TableView<T extends TableRef> extends ContentPart<{ schema: SchemaD
228
228
  }
229
229
  })
230
230
 
231
- parent.div(".tt-panel.table-panel", panel => {
231
+ parent.div(".tt-panel.table-panel.stay-as-panel", panel => {
232
232
  panel.div('.title', title => {
233
233
  const t = this.table as any
234
234
  if ('join_type' in t) {
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "files": [
5
5
  "*"
6
6
  ],
7
- "version": "4.71.6",
7
+ "version": "4.71.8",
8
8
  "repository": {
9
9
  "type": "git",
10
10
  "url": "https://github.com/Terrier-Tech/terrier-engine"