Skip to content

*asSplitGutter targets wrong as-split #517

Description

@PraiseDuck
<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>

Image

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions