MCPcopy
hub / github.com/textAngular/textAngular / finishEdit

Function finishEdit

src/textAngularSetup.js:276–279  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

274 // setup the editor toolbar
275 // Credit to the work at http://hackerwins.github.io/summernote/ for this editbar logic/display
276 var finishEdit = function(){
277 editorScope.updateTaBindtaTextElement();
278 editorScope.hidePopover();
279 };
280 event.preventDefault();
281 editorScope.displayElements.popover.css('width', '375px');
282 var container = editorScope.displayElements.popoverContainer;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected