Skip to content

Commit 122c092

Browse files
committed
fix: iframe url
1 parent 7139e70 commit 122c092

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ export default class DrawioPlugin extends Plugin {
183183
<div class="edit-dialog-header resize__move"></div>
184184
<div class="edit-dialog-container">
185185
<div class="edit-dialog-editor">
186-
<iframe src="/plugins/siyuan-embed-drawio/drawio/index.html?mode=trello&proto=json&embed=1&lang=${window.siyuan.config.lang.split('_')[0]}"></iframe>
186+
<iframe src="/plugins/siyuan-embed-drawio/draw/index.html?proto=json&embed=1&lang=${window.siyuan.config.lang.split('_')[0]}"></iframe>
187187
</div>
188188
<div class="fn__hr--b"></div>
189189
</div>

0 commit comments

Comments
 (0)