Joffrey JAFFEUX
d9aa105c8e
FIX: wrap modal onShow inside next ( #10651 )
...
Before this commit, onShow code could be impacted by code happening after the onShow call. This should ensure this code works for example:
```
onShow() {
afterRender(() => {
someInput.focus();
})
}
```
2020-09-11 16:00:31 +02:00
..
2020-09-11 10:38:28 -03:00
2020-09-04 13:42:47 +02:00
2020-09-11 16:00:31 +02:00
2020-09-08 10:25:31 -04:00
2020-04-28 10:14:49 -04:00
2020-09-04 13:42:47 +02:00
2020-09-08 10:25:45 -04:00
2020-09-04 13:42:47 +02:00
2020-09-04 19:23:46 +03:00
2020-09-04 13:42:47 +02:00
2020-09-04 13:42:47 +02:00
2020-08-06 14:35:46 -04:00
2020-09-04 13:42:47 +02:00
2020-04-29 21:40:21 +03:00
2020-09-04 13:42:47 +02:00
2020-09-04 13:42:47 +02:00
2020-09-04 13:42:47 +02:00
2020-05-28 08:42:36 -04:00
2020-09-04 13:42:47 +02:00
2020-09-04 13:42:47 +02:00
2020-09-04 13:42:47 +02:00
2020-04-28 10:14:49 -04:00
2020-05-07 12:37:47 -04:00
2020-09-04 13:42:47 +02:00
2020-09-04 13:42:47 +02:00
2020-05-07 16:14:38 -04:00
2020-09-04 13:42:47 +02:00
2020-03-31 14:24:02 -03:00
2020-09-04 13:42:47 +02:00
2020-09-04 13:42:47 +02:00
2020-04-30 16:41:02 -04:00
2020-08-27 14:07:51 -04:00
2020-09-04 13:42:47 +02:00
2020-05-23 00:56:13 -04:00
2020-09-04 13:42:47 +02:00
2020-02-07 10:00:39 +01:00