Commit 95bd2f62 authored by Gilang Gumilar's avatar Gilang Gumilar

Prevent editing weight to scroll to the top

parent 7974883f
...@@ -176,7 +176,7 @@ export default { ...@@ -176,7 +176,7 @@ export default {
class="float-right js-weight-edit-link" class="float-right js-weight-edit-link"
data-qa-selector="edit_weight_link" data-qa-selector="edit_weight_link"
href="#" href="#"
@click="onEditClick(!shouldShowEditField)" @click.prevent="onEditClick(!shouldShowEditField)"
>{{ __('Edit') }}</a >{{ __('Edit') }}</a
> >
</div> </div>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment