Skip to content

Commit edf7ec6

Browse files
committed
use synced _plotly_domain value instead of message
1 parent ad65d7e commit edf7ec6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

plotly/widgets/graphWidget.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plotly/widgets/graph_widget.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ def _handle_registration(self, event_type, callback, remove):
9595
self._handle_outgoing_message(message)
9696

9797
def _handle_outgoing_message(self, message):
98-
message['plotlyDomain'] = self._plotly_domain
9998
if self._graphId == '':
10099
self._clientMessages.append(message)
101100
else:

0 commit comments

Comments
 (0)