You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "majinkai (GitHub)" <gi...@apache.org> on 2018/09/28 06:02:58 UTC

[GitHub] [incubator-dubbo-ops] majinkai opened pull request #124: Fix AceEditor if value change cursor goes to end

Fix AceEditor if value change cursor goes to end.

Add config `overrideValueHistory`(boolean)
- true = `$ace.getSession().setValue(newVal)` // This will set value and reset undo history
- false = `$ace.setValue(newVal, 1)`

[ Full content available at: https://github.com/apache/incubator-dubbo-ops/pull/124 ]
This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org


[GitHub] [incubator-dubbo-ops] nzomkxia closed pull request #124: Fix AceEditor if value change cursor goes to end

Posted by "nzomkxia (GitHub)" <gi...@apache.org>.
[ pull request closed by nzomkxia ]

[ Full content available at: https://github.com/apache/incubator-dubbo-ops/pull/124 ]
This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org