mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-08-06 13:38:49 +08:00
clean up
This commit is contained in:
parent
3496718654
commit
6ef4078ad5
@ -21,17 +21,6 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- <div class="collaboration-users">
|
||||
<div
|
||||
class="collaboration-users__item"
|
||||
:style="`background-color: ${otherUser.color}`"
|
||||
v-for="otherUser in users"
|
||||
:key="otherUser.clientId"
|
||||
>
|
||||
{{ otherUser.name }}
|
||||
</div>
|
||||
</div> -->
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@ -255,30 +244,6 @@ export default {
|
||||
}
|
||||
}
|
||||
|
||||
// .collaboration-status {
|
||||
// border-radius: 5px;
|
||||
// margin-top: 1rem;
|
||||
// color: #616161;
|
||||
|
||||
// &::before {
|
||||
// content: ' ';
|
||||
// display: inline-block;
|
||||
// width: 0.5rem;
|
||||
// height: 0.5rem;
|
||||
// background: #ccc;
|
||||
// border-radius: 50%;
|
||||
// margin-right: 0.5rem;
|
||||
// }
|
||||
|
||||
// &--connecting::before {
|
||||
// background: #fd9170;
|
||||
// }
|
||||
|
||||
// &--connected::before {
|
||||
// background: #9DEF8F;
|
||||
// }
|
||||
// }
|
||||
|
||||
/* Give a remote user a caret */
|
||||
.collaboration-cursor__caret {
|
||||
position: relative;
|
||||
|
Loading…
Reference in New Issue
Block a user