Ross Morsali

Results 40 comments of Ross Morsali

Hey @ItsJonQ I thought I'd check in on this - keen to see how this is progressing as I want to upgrade the drag and drop library in a project...

Hey @alexstandiford ! Thanks for the reply - yeah I had started digging though the code to see what it does but didn't find the trigger. As long I know...

After thought - if I don't instantiate the class ``` $table = new Books_Table; ``` until after `admin_init`, then `maybe_upgrade` won't get fired at all and the behaviour would be...

Hey @alexstandiford So I did a bit more digging and I *think* my assumptions above are correct: 1. When the class is insantiated before `admin_init`, an upgrade check is performed,...

Hey @JJJ + @alexstandiford , thanks so much for the feedback and details. My ticket really didn't start as a request to change anything, rather, understand in absolute terms what...

> As react-router expose `NavigationContext` under `UNSAFE_NavigationContext` we can add useBlocker hook back using the same code. Thanks @piecyk ! I made a gist of this for react-router-dom for easier...

Ok so I might have answered my own question. I had a peek at the connect function and stole some ideas from there. What I've done: 1) Create a new...

Just found this problem and found a solution, simply include the 'lists' plugin when you initialise TinyMCE