We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1640457 commit fe50823Copy full SHA for fe50823
1 file changed
lib/public/components/common/popover/overflowBalloon.js
@@ -92,7 +92,6 @@ export const overflowBalloon = (content, options = null) => {
92
showCondition: function () {
93
return doesElementOverflow(this.triggerNode.querySelector('.w-wrapped'));
94
},
95
-
96
97
);
98
};
0 commit comments