Clicking on annotation span should scroll to the discussion widget.
This commit is contained in:
@@ -26,6 +26,7 @@ class AnnotatableModule(XModule):
|
||||
}
|
||||
js_module_name = "Annotatable"
|
||||
css = {'scss': [resource_string(__name__, 'css/annotatable/display.scss')]}
|
||||
icon_class = 'annotatable'
|
||||
|
||||
def _is_span(self, element):
|
||||
""" Returns true if the element is a valid annotation span, false otherwise. """
|
||||
|
||||
Reference in New Issue
Block a user