We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f611b4 commit 59e244fCopy full SHA for 59e244f
1 file changed
src/typography/base.js
@@ -82,11 +82,9 @@ const create = function (tag) {
82
},
83
84
canUseCSSEllipsis() {
85
- const {
86
- clientRendered,
87
- copyable,
88
- getEllipsis
89
- } = this.data.get();
+ const clientRendered = this.data.get('clientRendered');
+ const copyable = this.data.get('copyable');
+ const getEllipsis = this.data.get('getEllipsis');
90
const rows = getEllipsis.rows;
91
const expandable = getEllipsis.expandable;
92
0 commit comments