pbit

Results 5 comments of pbit

some urls with subdomains do actually work. for example, typing `https://playground.lexical.dev` works. I believe this has to do with the autolink plugin itself, rather than the URL matcher used.

I am running into a similar issue. The "onExpanded" callback is running at the start of the action rather than at the completion of the animation. I have a state...

I managed to get a quasi-fix to my problem. In the Animator.js I changed: ` _handlePanResponderRelease = (e, gesture) => { if (gesture.dy > this.props.toggleThreshold && this.props.currentPosition === this.props.upPosition) {...

I have added a simple callback `onCompletedToggle()` that triggers when the drawer animation successfully completes opening or closing. I can submit a PR.