mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-30 11:11:53 +00:00
Misc app mode fixes (#9368)
A working branch of smaller app mode fixes. Can be merged at any time and I'll make a new branch. - Selected inputs and outputs can now be re-ordered when clicking on label text - 3d outputs once again display correctly - Some padding has been added to the side so that control buttons don't overlap with the floating app sidebar controls - A "Share" button placeholder has been added to the menu, but is disabled - Adds a workaround for canvas read_only state being disabled when 'space' is pressed. - This one is particularly hacky, and can be pulled out if problematic - Fix download all only downloading the first output ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-9368-Misc-app-mode-fixes-3196d73d365081eab02ad1e693784707) by [Unito](https://www.unito.io)
This commit is contained in:
@@ -215,7 +215,9 @@
|
||||
</template>
|
||||
</Button>
|
||||
</div>
|
||||
<template v-if="!isCollapsed && nodeData.resizable !== false">
|
||||
<template
|
||||
v-if="!isCollapsed && nodeData.resizable !== false && !isSelectMode"
|
||||
>
|
||||
<div
|
||||
v-for="handle in RESIZE_HANDLES"
|
||||
:key="handle.corner"
|
||||
|
||||
Reference in New Issue
Block a user