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
With PLUG_EDITOR setup and the sample from the README included, jumping to definitions and callers works in Safari and Chrome, but only once per page-load in Firefox.
I've tried to do some debugging in Firefox and see that on reloader.openEditorAt*(e.target);, reloader is still a valid reference, but a breakpoint inside of openEditorAt* is never hit after the first invocation. Even more oddly, a breakpoint in openFullPath is never hit, but we still get the console output of opening full path etc/etc/etc..
The text was updated successfully, but these errors were encountered:
With PLUG_EDITOR setup and the sample from the README included, jumping to definitions and callers works in Safari and Chrome, but only once per page-load in Firefox.
I've tried to do some debugging in Firefox and see that on
reloader.openEditorAt*(e.target);
,reloader
is still a valid reference, but a breakpoint inside ofopenEditorAt*
is never hit after the first invocation. Even more oddly, a breakpoint inopenFullPath
is never hit, but we still get the console output ofopening full path etc/etc/etc..
The text was updated successfully, but these errors were encountered: