diff options
Diffstat (limited to 'ext/js/dom/text-source-element.js')
-rw-r--r-- | ext/js/dom/text-source-element.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/js/dom/text-source-element.js b/ext/js/dom/text-source-element.js index b2829e75..d91e75f3 100644 --- a/ext/js/dom/text-source-element.js +++ b/ext/js/dom/text-source-element.js @@ -16,7 +16,7 @@ * along with this program. If not, see <https://www.gnu.org/licenses/>. */ -import {readCodePointsBackward, readCodePointsForward} from '../data/sandbox/string-util.js'; +import {readCodePointsBackward, readCodePointsForward} from '../data/string-util.js'; import {convertMultipleRectZoomCoordinates} from './document-util.js'; /** |