Scrollbar style now customisable

This commit is contained in:
mattpass
2020-03-14 07:25:14 +00:00
parent 8da9ae8313
commit e40132abfe

View File

@@ -218,7 +218,7 @@ function createNewCMInstance(num) {
autoCloseTags: parent.ICEcoder.autoCloseTags,
autoCloseBrackets: parent.ICEcoder.autoCloseBrackets,
highlightSelectionMatches: true,
scrollbarStyle: 'overlay', // null, 'native', 'simple', 'overlay'
scrollbarStyle: parent.ICEcoder.scrollbarStyle,
showTrailingSpace: parent.ICEcoder.showTrailingSpace,
lint: false,
keyMap: "ICEcoder"