Skip to content

Commit e592ab0

Browse files
committed
fix eui-tool-tip
1 parent 858d732 commit e592ab0

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

addon/components/eui-flyout/index.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{{#if @ownFocus}}
22
<EuiOverlayMask @onClick={{@onClose}} @headerZindexLocation="below" />
33
{{/if}}
4+
{{set-body-class "euiBody--hasFlyout"}}
45
<div
56
role="dialog"
67
class={{class-names
@@ -13,7 +14,6 @@
1314
{{style
1415
(if (not (or (eq @maxWidth false) (eq @maxWidth true))) (inline-styles max-width=@maxWidth))
1516
}}
16-
{{open-flyout}}
1717
{{focus-trap
1818
isActive=(arg-or-default @isFocusTrapActive true)
1919
shouldSelfFocus=(arg-or-default @shouldSelfFocus true)
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export { default } from 'ember-eui/components/eui-icon-tip';
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export { default } from 'ember-eui/components/eui-tool-tip-popover';
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export { default } from 'ember-eui/components/eui-tool-tip';

0 commit comments

Comments
 (0)