Skip to content

Commit

Permalink
FilterBuilder: import Popup without Toolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeniyKiyashko committed Jun 14, 2024
1 parent 849c42d commit f262fb4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { isDefined } from '@js/core/utils/type';
import eventsEngine from '@js/events/core/events_engine';
import { normalizeKeyName } from '@js/events/utils/index';
import messageLocalization from '@js/localization/message';
import Popup from '@js/ui/popup';
import Popup from '@js/ui/popup/ui.popup';
import EditorFactoryMixin from '@js/ui/shared/ui.editor_factory_mixin';
import TreeView from '@js/ui/tree_view';
import Widget from '@js/ui/widget/ui.widget';
Expand Down Expand Up @@ -817,6 +817,7 @@ class FilterBuilder extends Widget<any> {
},
visible: true,
focusStateEnabled: false,
preventScrollEvents: false,
hideOnParentScroll: this.option('closePopupOnTargetScroll'),
hideOnOutsideClick: true,
onShown: options.popup.onShown,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import '@js/ui/popup';
import '@js/ui/popup/ui.popup';

import devices from '@js/core/devices';
import type { dxElementWrapper } from '@js/core/renderer';
Expand Down

0 comments on commit f262fb4

Please sign in to comment.