Inline color picker

This commit is contained in:
Jason Zimdars
2024-09-16 17:41:14 -05:00
parent 55e999ffa9
commit 362f373378
7 changed files with 93 additions and 48 deletions
@@ -4,6 +4,6 @@ export default class extends Controller {
static targets = [ "dialog" ]
open() {
this.dialogTarget.showModal()
this.dialogTarget.show()
}
}