awcodes / filament-tiptap-editor

A Rich Text Editor plugin for Filament Forms.
MIT License
261 stars 71 forks source link

Multi events firing on block insert after reordering in repeaters #259

Closed awcodes closed 8 months ago

awcodes commented 8 months ago

Filament Version

v3.1.22

Plugin Version

latest

PHP Version

PHP 8.2

Problem description

Multi events firing on block insert after reordering in repeaters

Expected behavior

Only insert one block

Steps to reproduce

Sort a repeater/block item. Then drag in a block. Multiple blocks will appear in editor.

Doesn't happen without sorting.

Reproduction repository

No response

Relevant log output

No response

awcodes commented 8 months ago

This is a bug in the AsyncAlpine Filament Dependency. PR has been submitted to fix the issue.

https://github.com/Accudio/async-alpine/pull/38