refactor: change activatable to editable in BaseVeiw

This commit is contained in:
QiShaoXuan
2022-08-19 20:41:09 +08:00
parent 01339fc77d
commit e1dece0595
11 changed files with 23 additions and 23 deletions
@@ -8,7 +8,7 @@ import { YoutubeView } from './YoutubeView';
export class YoutubeBlock extends BaseView {
public override selectable = true;
public override activatable = false;
public override editable = false;
type = Protocol.Block.Type.youtube;
View = YoutubeView;