Skip to content

Commit

Permalink
Delete: EditorHome.vueを削除
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenc-nanashi committed Feb 28, 2024
1 parent 287bfab commit ba1b650
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1,046 deletions.
4 changes: 2 additions & 2 deletions src/components/Talk/TalkEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

<QLayout reveal elevated container class="layout-container">
<ToolBar v-if="$q.platform.is.desktop" />
<MobileHeaderBar v-else />

<QPageContainer>
<QPage class="main-row-panes">
Expand Down Expand Up @@ -118,6 +117,8 @@
</template>
</QSplitter>

<ToolBar v-if="!$q.platform.is.desktop" />

<QResizeObserver
ref="resizeObserverRef"
@resize="({ height }) => changeAudioDetailPaneMaxHeight(height)"
Expand Down Expand Up @@ -149,7 +150,6 @@ import {
SplitterPositionType,
Voice,
} from "@/type/preload";
import MobileHeaderBar from "@/components/MobileHeaderBar.vue";
import { useHotkeyManager } from "@/plugins/hotkeyPlugin";
import onetimeWatch from "@/helpers/onetimeWatch";
Expand Down
Loading

0 comments on commit ba1b650

Please sign in to comment.