Skip to content

Commit

Permalink
docs(listbox): fix sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
filipKovachev committed Nov 29, 2024
1 parent cfc2c9b commit c4a4e94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion knowledge-base/listbox-transfer-item-on-double-click.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ I want to transfer items from one ListBox to another on double click without usi

## Solution

To achieve this, render a custom [item]({% slug api_common_listbox %}#item) and attach the double click to it.
To achieve this, render a custom [item]({% slug api_common_listbox %}#item), attach a double-click event to it, and implement the transfer logic.

{% meta height:500 %}
{% embed_file listbox-transfer-item-on-double-click/main.vue preview %}
Expand Down

0 comments on commit c4a4e94

Please sign in to comment.