Amaimersion / google-docs-utils

Utilities for interaction with Google Docs.
https://www.npmjs.com/package/google-docs-utils
MIT License
41 stars 9 forks source link

Is there a selectionchange event that we can listen to? #9

Closed xiaopow closed 3 years ago

xiaopow commented 3 years ago

Is there a selectionchange event that we can listen to when the user changes selection?

Amaimersion commented 3 years ago

Hello! Sorry for long awaiting. Starting from 2.3.0 version you can use addEventListener with selectionchange event. See README for more.