rename iframe to web view

This commit is contained in:
zadam
2022-05-30 20:59:54 +02:00
parent f19adf3ee0
commit 8052574950
8 changed files with 78 additions and 78 deletions

View File

@@ -36,7 +36,7 @@ export default class NoteWrapperWidget extends FlexContainer {
const note = this.noteContext?.note;
this.$widget.toggleClass("full-content-width",
['image', 'mermaid', 'book', 'render', 'canvas', 'iframe'].includes(note?.type)
['image', 'mermaid', 'book', 'render', 'canvas', 'web-view'].includes(note?.type)
|| !!note?.hasLabel('fullContentWidth')
);
}