設置MapSource連接器時發現問題。jsPlumb makeSource可拖動移動錯誤
在jsFiddle代碼中,點擊「Reverse」再次打印。當您嘗試移動div時,請注意DIV的背景是帶有開放式連接器的。
談到下面的代碼:
instancia.makeSource(elem.pageSourceId, {
paintStyle:{ fillStyle:"transparent" },
//hoverPaintStyle: endpointHoverStyle,
//connectorPaintStyle: connectorPaintStyle,
//connectorHoverPaintStyle: connectorHoverStyle
});
這個錯誤不會再發生了,但我需要這個代碼保持了原有的風格。任何人都知道它可能是什麼?
https://jsfiddle.net/braziel/dvhh7hvg/
我明白髮生了什麼,但是,解決這個問題使我回到了原來的問題。 當我刪除其他方法,只留下連接,錨點和端點的風格是錯誤的,對我如何設置樣式有任何建議? –