hand-dot / taskontable

Taskontable is To-Do List & Time keeper on Spreadsheet.
http://taskontable.com/
GNU General Public License v3.0
15 stars 1 forks source link

スクリプト、データの例(json)が画面初期実行時に読み込まれていないときがある #239

Closed hand-dot closed 6 years ago

hand-dot commented 6 years ago

エディターの初期化が完全に終わってから読み込むべき

hand-dot commented 6 years ago

editorDidMountでコードの読み込みを行うべき https://github.com/scniro/react-codemirror2

hand-dot commented 6 years ago

やっぱりデータの例(json)が読み込まれない 2回目は確実に読み込まれるが、1回目の遷移では読み込まれない

hand-dot commented 6 years ago

jsonのCodeMirrorだけonbeforechangeが無いのがおかしい?