Skip to content

Commit b6df910

Browse files
committed
added ToDo comment
1 parent 264c326 commit b6df910

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import observer from '@cocreate/observer';
99
import action from '@cocreate/actions';
1010
import {queryDocumentSelectorAll} from '@cocreate/utils';
1111

12+
// ToDo: update to listen to document events, find closest action return
1213
function init() {
1314
let elements = document.querySelectorAll(`[show],[hide]`);
1415
initElements(elements);

0 commit comments

Comments
 (0)