ui
Results
2
issues of
ui
▼入力内容 {{Click URL}} https://appleple.github.io/a-table.js/ でも再現 
以下のように記述すると、リロード時に CustomBlock で指定したクラス名が消える ```js Extension.push(new CustomBlock({ tagName: 'p', className: 'hogehoge', icon: }); ``` Paragraph などタグ単体の extension と CustomBlock を区別するための仕組みが必要。
bug