Browse Source

Fixed issue, when hidden rich text editor can be seen

pull/1594/head
Stsiapan Haramykin 8 years ago
parent
commit
7d6f350990
  1. 2
      src/rich_text_editor/index.js

2
src/rich_text_editor/index.js

@ -36,7 +36,7 @@ module.exports = () => {
const hideToolbar = () => {
const style = toolbar.style;
const size = '-100px';
const size = '-1000px';
style.top = size;
style.left = size;
style.display = 'none';

Loading…
Cancel
Save