Skip to content

Commit

Permalink
inherit transition from this._select instead of global one to work on…
Browse files Browse the repository at this point in the history
… shadow DOM
  • Loading branch information
vegertar authored and davelandry committed Jul 6, 2022
1 parent 4b95f1d commit 894879b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TextBox.js
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ export default class TextBox extends BaseClass {

}, []), d => this._id(d.data, d.i));

const t = transition().duration(this._duration);
const t = this._select.transition().duration(this._duration);

if (this._duration === 0) {

Expand Down

0 comments on commit 894879b

Please sign in to comment.