C-Bass

Results 383 comments of C-Bass
trafficstars

This version fixes all the issues: https://github.com/okijhhyu/element-tiptap-vue3 :)

Any update? I know you can toggle the footer on and off but this looks weird, better to grey out the input / disable the input and leave it in...

Seems like there have been over 600 commits since the release of 1.5.0 back in 2021. A new tagged release is something I look forward to!

I was able to work around this in my project by adding `@change="handleChange"` to `TagsInputInput` and then adding ``` handleChange(e) { this.modelValue.push(e.target.value); e.target.value = ''; }, ``` But I wish...

In my case, running `pip install insightface` was always installing `insightface===0.2.1` I then ran `pip install insightface==0.7.3` and that installed the latest version and then the problem went away

As there hasn't been a new released tagged when L10 support was added, you have to install the dev-master

The two components here work with Vue3 https://github.com/sunhwan/vue-multipane3/tree/main/src/components

Oooh! That looks much nicer!! Thanks for sharing! I'll switch to that for sure : )

As a workaround you can do this: ``` #nova canvas#line-chart { height: 70vh !important; } ```

Just want to say that I first looked for "ionic swipeable" tabs about 15 minutes ago, found this issue quickly.. thankfully Asked myself.. what's so hard about making tabs swipeable...