@things-factory/meta-ui 7.0.1-alpha.37 → 7.0.1-alpha.38
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.
|
@@ -3179,7 +3179,7 @@ export class MetaUiUtil {
|
|
|
3179
3179
|
slot="setting"
|
|
3180
3180
|
@click=${e => {
|
|
3181
3181
|
let element = MetaApi.createCustomElement('personal-column-selector', 'personal-column-selector')
|
|
3182
|
-
element.configGrist = e.currentTarget.
|
|
3182
|
+
element.configGrist = e.currentTarget.closest('ox-grist')
|
|
3183
3183
|
element.menuId = pageView.menuId
|
|
3184
3184
|
|
|
3185
3185
|
MetaApi.openPopupByElement(TermsUtil.tTitle('grid-column-personalize'), 'midium', element, false)
|