Skip to content
Snippets Groups Projects
Commit 3f9cec83 authored by Дмитрий Малюгин's avatar Дмитрий Малюгин :clock4:
Browse files

fix: build

parent 891a4278
No related branches found
No related tags found
1 merge request!4Rating, ProgressBar and Paginator
......@@ -52,7 +52,7 @@ const pickOption = (value: string) => {
const calcOptionColor = (color: TThemeColor | undefined, darknessColor: string | undefined, defaultColor: string) =>
color ? convertThemeToColor(color, darknessColor ?? '500') : defaultColor;
document.querySelector('body').addEventListener('pointerup', (e: MouseEvent) => {
document.querySelector('body')!.addEventListener('pointerup', (e: MouseEvent) => {
if (isOpen.value && e.button === 0) isOpen.value = false;
});
</script>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment