mirror of
https://github.com/nextcloud/server.git
synced 2026-02-14 00:04:57 -05:00
`this.shares.unshift` mutates the share object for every component that uses the share mixin. Using the immutable approach changes the array reference which makes the mixin lose track of the share object. It would have been better to bubble up the share object but here we are :) Signed-off-by: fenn-cs <fenn25.fn@gmail.com> |
||
|---|---|---|
| .. | ||
| appinfo | ||
| composer | ||
| css | ||
| img | ||
| js | ||
| l10n | ||
| lib | ||
| src | ||
| templates | ||
| tests | ||
| .l10nignore | ||
| list.php | ||
| openapi.json | ||
| public.php | ||