-
Notifications
You must be signed in to change notification settings - Fork 218
Open
Labels
Description
<div style="height: 400px;">
<as-split direction="horizontal">
<as-split-area size="40">
<as-split direction="vertical">
<div *asSplitGutter>
<span asSplitGutterDragHandle class="custom-gutter">Test</span>
</div>
<as-split-area>
<div class="bg"></div>
</as-split-area>
<as-split-area>
<div class="bg"></div>
</as-split-area>
</as-split>
</as-split-area>
<as-split-area size="60">
<as-split-area size="25">
<div class="bg"></div>
</as-split-area>
<as-split-area size="75">
<div class="bg"></div>
</as-split-area>
</as-split-area>
</as-split>
</div>I dont want the right drag handle to adapt the custom template. Not sure if this is a bug. I did not find any similar issue. Sorry for the code, I fail to undertand how to escape html tags in this editor
