pull/5370/head
yann300 3 years ago
parent 0371b77635
commit 1cc52e0b7f
  1. 2
      libs/remix-ui/solidity-compiler/src/lib/compiler-container.tsx

@ -624,7 +624,7 @@ export const CompilerContainer = (props: CompilerContainerProps) => {
<OverlayTrigger overlay={ <OverlayTrigger overlay={
<Tooltip id="overlay-tooltip"> <Tooltip id="overlay-tooltip">
<div className="text-left"> <div className="text-left">
<div>Ctr+s for compiling</div> <div>Ctrl+s for compiling</div>
<div>Ctrl+Shift+s for compiling and on the fly execution:</div> <div>Ctrl+Shift+s for compiling and on the fly execution:</div>
<div>choose the script to execute right after compilation by adding the `dev-run-script` natspec tag, as in:</div> <div>choose the script to execute right after compilation by adding the `dev-run-script` natspec tag, as in:</div>
<pre> <pre>

Loading…
Cancel
Save