mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-10-26 11:11:56 +00:00
Fixes #884 This is happening because - Due to the limitations of modern JavaScript (and the abandonment of Object.observe), Vue cannot detect property addition or deletion. Since Vue performs the getter/setter conversion process during instance initialization, a property must be present in the data object in order for Vue to convert it and make it reactive. Source: https://vuejs.org/v2/guide/reactivity.html Also added padding to the icons in the attachment section. Signed-off-by: Abijeet <abijeetpatro@gmail.com> |
||
|---|---|---|
| .. | ||
| auth | ||
| books | ||
| chapters | ||
| comments | ||
| common | ||
| components | ||
| errors | ||
| form | ||
| pages | ||
| partials | ||
| search | ||
| settings | ||
| users | ||
| vendor/notifications | ||
| base.blade.php | ||
| public.blade.php | ||
| sidebar-layout.blade.php | ||
| simple-layout.blade.php | ||