File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
<template >
2
2
<div class =" flex" >
3
+ <PanelResizer
4
+ :dimension =" store.builderLayout.leftPanelWidth"
5
+ side =" right"
6
+ :maxDimension =" 500"
7
+ @resize =" (width) => (store.builderLayout.leftPanelWidth = width)" />
3
8
<div class =" flex min-h-full flex-col items-center gap-3 border-r border-outline-gray-1 p-3" >
4
9
<button
5
10
v-for =" option of leftPanelOptions"
20
25
width: `${store.builderLayout.leftPanelWidth}px`,
21
26
}"
22
27
@click.stop =" store.leftPanelActiveTab === 'Layers' && store.activeCanvas?.clearSelection()" >
23
- <PanelResizer
24
- :dimension =" store.builderLayout.leftPanelWidth"
25
- side =" right"
26
- :maxDimension =" 500"
27
- @resize =" (width) => (store.builderLayout.leftPanelWidth = width)" />
28
28
<div v-if =" false" class =" mb-5 flex flex-col overflow-hidden rounded-lg text-sm" >
29
29
<textarea
30
30
class =" no-scrollbar h-fit resize-none rounded-sm border-0 bg-gray-300 text-sm outline-none dark:bg-zinc-700 dark:text-white"
You can’t perform that action at this time.
0 commit comments