Denis Akiyakov

Results 30 comments of Denis Akiyakov

If you try to press TAB [here](http://samypesse.github.io/draft-js-code/) several times it will indent on 4, then 4, then 8 and 16 spaces, etc. I'm don't understand the logic behind `getIndentation`

Ok, again, if I understand you correctly we could have the following: Let's say the default is 4 spaces case 1: ```js function () { | //

ok, now I get it, but can we leave new argument? because now we have only 4 spaces by default, which is not cool, so we will have something like:...

@ChrisBrownie55, hi, check my [fork](https://github.com/newsiberian/draft-js-code). It is published and probably has a fix for that use case

You can try it [here](http://samypesse.github.io/draft-js-code/) with backspace If you try to put cursor into position you mentioned (even if text presents in `code-block`) and press `backspace` it will remove `code-block`.

Hi, here we should some extra work. I've checked again WebStorm behaviour on `shift+Tab` and `backspace` and their are differ. If you press `backspace` with cursor: * before first word...

Here is one more case of this bug ![Kapture 2020-06-27 at 14 16 24](https://user-images.githubusercontent.com/11130487/85917045-dcebff80-b880-11ea-88d2-7213ed7bab44.gif)

Hi, @eakl , I guess this is happening because you are retrieving new token asynchronously (fetching it), so you have to wait new token before run you auth logic. Maybe...

yes, but I am thinking now that your code is correct. the idea is: yes, you will have some fallen requests before you get a valid token, but all these...