kght6123

Results 4 comments of kght6123

This method worked for me. ```ts import { ReactSortable } from "react-sortablejs"; import Sortable, { MultiDrag, Swap} from "sortablejs" function mountMultiDragPlugin() { if (typeof window === 'undefined') { return }...

ご確認いただきありがとうございます。 ご助言いただいた、Markdownの見出しのあとに `{#hoge}` のように明示的に書く方法や、idには通常使えない文字を置き換えたり削除する方法、そもそもこれらの文字を見出して使わない等で回避しようと思います。