Browse Source

add hint container placeholder

dev
xmcp 6 years ago
parent
commit
5f6904795a
  1. 4
      src/App.js

4
src/App.js

@ -11,7 +11,9 @@ import {LoginPopup, TitleLine} from './infrastructure/widgets';
const MAX_SIDEBAR_STACK_SIZE=10; const MAX_SIDEBAR_STACK_SIZE=10;
function DeprecatedAlert(props) { function DeprecatedAlert(props) {
return null; return (
<div id="global-hint-container" style={{display: 'none'}} />
);
} }
class App extends Component { class App extends Component {

Loading…
Cancel
Save