소스 검색

Изменить 'ace/index.html'

master
KaiSD 4 년 전
부모
커밋
a85e09aa28
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. +3
    -1
      ace/index.html

+ 3
- 1
ace/index.html 파일 보기

@@ -39,7 +39,9 @@
showGutter: false,
autoScrollEditorIntoView: true
})
editor.getSession().setValue(localStorage.getItem("acetest"));
editor.setValue(localStorage.getItem("acetest"));
editor.clearSelection();
editor.getSession().on('change', function () {
localStorage.setItem("acetest", editor.getSession().getValue());


불러오는 중...
취소
저장