Make the editor open when clicking on a bang.
This commit is contained in:
parent
28123cfb3f
commit
c086eda7de
|
@ -132,6 +132,8 @@ export class PageMain extends Component<Props, State> {
|
||||||
editorBang: {...bang},
|
editorBang: {...bang},
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
document.querySelector('.bang-editor')?.setAttribute('open', 'true');
|
||||||
};
|
};
|
||||||
|
|
||||||
return html`
|
return html`
|
||||||
|
|
Loading…
Reference in New Issue