We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86b1667 commit d4f2ecbCopy full SHA for d4f2ecb
packages/plugins/Draw/src/store/index.ts
@@ -34,6 +34,9 @@ export const makeStoreModule = () => {
34
actions,
35
getters: {
36
...generateSimpleGetters(getInitialState()),
37
+ drawSource() {
38
+ return drawSource
39
+ },
40
selectableDrawModes(_, { configuration }) {
41
/* eslint-disable @typescript-eslint/naming-convention */
42
// NOTE: Keys are directly used as technical keys for ol/interaction/Draw and are allowed to differ from the naming scheme.
0 commit comments