Resolve "Room setup: Not able to edit the room name once the room is created"

This commit is contained in:
10G Meow 2022-07-15 12:51:45 +00:00 committed by n8fr8
parent 525ce9cf3e
commit 65fc39ec9d
21 changed files with 123 additions and 21 deletions

View file

@ -54,7 +54,7 @@ Vue.directive('blur', {
* Handle long taps. Call with the timeout as argument (default 500ms) and the value
* can be either one function called on long tap or two functions, the
* first called on "short tap" and the other on "long tap".
*
*
* Like this: v-linkTap:500="[tapped,longTapped]"
*/
Vue.directive('longTap', {