aboutsummaryrefslogtreecommitdiffstats
path: root/web_src/js/code/linebutton.js
Commit message (Collapse)AuthorAgeFilesLines
* Split `index.js` to separate files (#17315)wxiaoguang2021-10-171-11/+0
| | | | | | | | | | | | | | | | | | * split `index.js` to separate files * tune clipboard * fix promise * fix document * remove intermediate empty file * fix async event listener * use `export function` instead of `export {}`, add more comments Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: 6543 <6543@obermui.de>
* Fix and restyle menu on code line (#15913)silverwind2021-05-181-0/+11
* Fix and restyle menu on code line * fix multiline and more tweaks * move to separate files * remove has-context-menu class Co-authored-by: 6543 <6543@obermui.de> Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: techknowlogick <techknowlogick@gitea.io>