You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when editing content of a cell 1 click should highlight content and overwrite all content
clicking a second time should place the cursor and insert the edit at the cursor
at this time I'm seeing the edit get prepended rather than overwriting or inserting at cursor in the python example (both on master and develop branches)
when editing content of a cell 1 click should highlight content and overwrite all content
clicking a second time should place the cursor and insert the edit at the cursor
at this time I'm seeing the edit get prepended rather than overwriting or inserting at cursor in the python example (both on
masteranddevelopbranches)working as expected in js example (ie
npm run build.watchvisit: http://127.0.0.1:8080/ )not working on
masternordevelopfor configurable options example (gunicorn index:server -b localhost:8050 --reloadhttp://127.0.0.1:8050/editor-with-configurable-options)working on
develop(example not onmasteryet :) ) for dataframe updating example (gunicorn index:server -b localhost:8050 --reloadhttp://127.0.0.1:8050/dataframe-updating-graph-fe)