Skip to content

Commit b2ec8ad

Browse files
committed
docs
1 parent a5e6df1 commit b2ec8ad

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

lib/public/components/common/popover/overflowBalloon.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,9 @@ export const overflowBalloon = (content, options = null) => {
6868
},
6969

7070
/**
71-
* Lifecycle method called when the component is created
72-
* @returns {void}
71+
* States whether popover is visible
72+
*
73+
* @returns {boolean} true if visible, false otherwise
7374
*/
7475
showCondition: function () {
7576
return doesElementOverflow(this.triggerNode.querySelector('.w-wrapped'));

0 commit comments

Comments
 (0)