Danil Valov

Results 13 comments of Danil Valov

Обычные мышки можно в исключение поставить, используя `if (event.deltaMode) {` (event.deltaMode имеет значение "0" при скроллинге тачпадом/magic mouse, значение "1" при скроллинге колёсиком мышки, значение "2" при скроллинге Page Up/Down)....

Do your users use debug version of your application? Maybe this will help you: https://gist.github.com/ariona/5e991dcd43b562ef20e359ee6b7dd3da

@umer4ik @akira3500 You can use the internal API: ``` componentDidMount () { const {scrollbar} = this.refs; // scrollbar has access to the internal API scrollbar.scrollTop(100); // 100px // or: scrollbar.scrollToBottom();...

@caglardurmus > Nope, i didn't find any solution. I used delay but its not working. It works if user answer the phone after 1.5 sec. If user answer it fast...

The same problem in v.5.4.15. @ecoriag It works for me, thanks! But it's ok as temporary solution only. I hope it will be fixed in stable v6

@defji @rafverhaert I wrote the following script to fix this problem: ``` var webcamOptions = { width: 320, height: 240, image_format: 'jpeg', jpeg_quality: 100, }; // if you don't need...

+1, multiple animation works on webkit-browsers only (multiple animation doesn't work on Firefox)

We have the same problem with copying email in messages. What about adding an additional item to the popup with `Copy Email` name showed by email pattern?

Sorry, I know this is not releated directly, but could we add the following feature to this issue? **[Allow to disable thread autofollow when whole channel was mentioned](https://mattermost.uservoice.com/forums/306457-general/suggestions/45133216-allow-to-disable-thread-autofollow-when-whole-chan):** > Add...

I just copied `TEAM ID` value from [this page](https://developer.apple.com/account/#MembershipDetailsCard) (or from `team_id` value from your `Appfile` if you have it) and set it to `PILOT_ITC_PROVIDER` env variable (also you can...