mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
7d81a95156
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> |
||
---|---|---|
.. | ||
_breadcrumbs.blade.php | ||
copy.blade.php | ||
delete.blade.php | ||
detailed-listing.blade.php | ||
edit.blade.php | ||
export.blade.php | ||
form-toolbox.blade.php | ||
form.blade.php | ||
guest-create.blade.php | ||
list-item.blade.php | ||
move.blade.php | ||
page-display.blade.php | ||
pdf.blade.php | ||
restrictions.blade.php | ||
revision.blade.php | ||
revisions.blade.php | ||
show.blade.php | ||
sidebar-tree-list.blade.php |