Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

InsetterDsl -> Insetter.CONSUME_AUTO #118

Closed
MasterOfTouch opened this issue Sep 13, 2021 · 1 comment
Closed

InsetterDsl -> Insetter.CONSUME_AUTO #118

MasterOfTouch opened this issue Sep 13, 2021 · 1 comment

Comments

@MasterOfTouch
Copy link

MasterOfTouch commented Sep 13, 2021

Currently all we have is
fun consume(consume: Boolean) { builder = builder.consume(if (consume) Insetter.CONSUME_ALL else Insetter.CONSUME_NONE) }
And if I want to use Insetter.CONSUME_AUTO then I have to use builder.
Can we get this option via dsl pls?

@MasterOfTouch MasterOfTouch changed the title InsetterDsl -> Insetter.CONSUME_ALL InsetterDsl -> Insetter.CONSUME_AUTO Sep 13, 2021
@MasterOfTouch
Copy link
Author

nvm #112

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant