We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8e7aa2 commit 5d20ebbCopy full SHA for 5d20ebb
examples/linked-block.html
@@ -28,7 +28,7 @@
28
<button onclick="createBlocksCTop()">C Top</button>
29
<button onclick="createBlocksCBottom()">C Bottom</button>
30
<button onclick="createBlocksCSide()">C Side</button>
31
- <button onclick="Metro.getPlugin('.linked-block.active-block', 'linked-block').destroy()">Destroy</button>
+ <button onclick="Metro.getPlugin('.linked-block.active-block', 'linked-block')?.destroy()">Destroy</button>
32
</div>
33
<div class="app-bar-item-static no-hover ml-auto">
34
<input type="checkbox" data-role="theme-switcher"/>
0 commit comments