Can Ace Editor support multiple code editors in one page?

前端 未结 4 1108
一整个雨季
一整个雨季 2021-01-02 04:19

I\'m looking to implement a web app that features \"coding-competition\"-styled interface with 2 different code editors in a single screen. One will be read only and the oth

4条回答
  •  一整个雨季
    2021-01-02 04:48

    Ace can support any number of editors. The problem is recent regression which breaks resize for editors with height=0 see this demo

提交回复
热议问题