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 12a9798 commit d5a508eCopy full SHA for d5a508e
src/main.js
@@ -243,6 +243,9 @@ textAngular.directive("textAngular", [
243
event.stopPropagation();
244
_body.off('mousemove', mousemove);
245
scope.showPopover(_el);
246
+ // at this point, we need to force the model to update! since the css has changed!
247
+ // this fixes bug: #862
248
+ scope.updateTaBindtaTextElement();
249
});
250
251
event.preventDefault();
0 commit comments