Mathias Gmeiner
Mathias Gmeiner
I had to change this line 88 to `const direction = this.reverse == 'true' ? -1 : 1;`
I have changed the $toLine placement from the left to the right in inline.php on line number 131. From: ``` php foreach($change['changed']['lines'] as $no => $line) { $toLine = $change['changed']['offset']...
Since 6.0.1 I get this error, everything is fine with 6.0.0 
## Description We've encountered significant performance issues in the "move"-dialog when a Kirby installation contains at least one folder with many (in our case 700) images: - Opening the "move"...