fixed broken F5

This commit is contained in:
Jan Prochazka
2022-12-15 17:15:19 +01:00
parent 469fd76f89
commit 2fddf32e54

View File

@@ -10,6 +10,7 @@
isRelatedToTab: true,
icon: 'icon reload',
onClick: () => getCurrentEditor().refresh(),
testEnabled: () => getCurrentEditor() != null,
});
</script>