ui

Results 2 issues of ui

▼入力内容 {{Click URL}} https://appleple.github.io/a-table.js/ でも再現 ![image](https://user-images.githubusercontent.com/81729300/182516959-775980ad-2708-4600-b23e-43e7195058ec.png)

以下のように記述すると、リロード時に CustomBlock で指定したクラス名が消える ```js Extension.push(new CustomBlock({ tagName: 'p', className: 'hogehoge', icon: }); ``` Paragraph などタグ単体の extension と CustomBlock を区別するための仕組みが必要。

bug