Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dlohvinov committed Nov 11, 2024
1 parent 7d1172d commit 45749ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webitel/ui-sdk",
"version": "24.10.67",
"version": "24.10.68",
"private": false,
"scripts": {
"dev": "vite",
Expand Down
3 changes: 2 additions & 1 deletion src/components/wt-button-select/wt-button-select.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
:disabled="disabled"
:options="options"
:visible="isOpened"
:tooltip-triggers="[]"
@click="selectOption"
>
<template #activator>
Expand Down Expand Up @@ -89,7 +90,7 @@ const selectOption = ({ option, index }) => {
isOpened.value = false;
}
function atClickaway() {
const atClickaway = () => {
isOpened.value = false;
}
</script>
Expand Down

0 comments on commit 45749ea

Please sign in to comment.