File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed
src/components/Main/MainView/QallView Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ import useChannelMessageFetcher from '../ChannelView/ChannelViewContent/composab
8
8
import { useChannelsStore } from ' /@/store/entities/channels'
9
9
import MessageElement from ' /@/components/Main/MainView/MessageElement/MessageElement.vue'
10
10
import { useSubscriptionStore } from ' /@/store/domain/subscription'
11
- import FormButton from ' /@/components/UI/FormButton.vue'
12
11
13
12
const props = defineProps <{
14
13
channelId: ChannelId
@@ -111,22 +110,6 @@ defineExpose({
111
110
</template >
112
111
</messages-scroller >
113
112
</transition >
114
- <div :class =" $style.uiElement" >
115
- <FormButton
116
- label =" メッセージを表示"
117
- @click ="
118
- () => {
119
- if (isMessageShow) {
120
- isMessageShow = false
121
- toNewMessage('smooth')
122
- } else {
123
- isMessageShow = true
124
- nextTick(() => toNewMessage())
125
- }
126
- }
127
- "
128
- />
129
- </div >
130
113
</div >
131
114
<slot name =" default" ></slot >
132
115
</div >
You can’t perform that action at this time.
0 commit comments