You can't change mouse cursor through option selectionPointer (from CM selection-pointer addon).
It works if you load mediawiki mode manually (topic Collapsed range (markText) hides cursor just before the range).
mw.loader.load("//codemirror.net/addon/selection/selection-pointer.js")
editor.setOption("selectionPointer","grab")
pl.wikipedia.org