getkirby / kirby

Kirby's core application folder
https://getkirby.com
Other
1.27k stars 167 forks source link

[3.6.0-alpha.2] Language direction broken #3559

Closed afbora closed 3 years ago

afbora commented 3 years ago

Describe the bug

app props (app.$languages, app.$system.multilang, etc..) in direction.js not working but window.panel.$.. is working. https://github.com/getkirby/kirby/blob/3.6.0-alpha.2/panel/src/helpers/direction.js

To Reproduce
Steps to reproduce the behavior:

  1. Go to panel
  2. Add RTL language
  3. Edit any page
  4. See error that direction attribute is not appear

Kirby Version

3.6.0-alpha.2

distantnative commented 3 years ago