MCPcopy
hub / github.com/textAngular/textAngular / touchModification

Function touchModification

src/main.js:886–891  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

884 }
885 });
886 var touchModification = function() {
887 if (Math.abs(Date.now() - timeRecentModification) > triggerInterval) {
888 // we have already triggered the updateStyles a long time back... so setup it again...
889 setupTriggerUpdateStyles();
890 }
891 };
892 // when we focus into a toolbar, we need to set the TOOLBAR's $parent to be the toolbars it's linked to.
893 // We also need to set the tools to be updated to be the toolbars...
894 return {

Callers 1

main.jsFile · 0.85

Calls 1

setupTriggerUpdateStylesFunction · 0.85

Tested by

no test coverage detected