fix so rulers can be dragged
This commit is contained in:
@@ -24,6 +24,8 @@ function TextButton(id, text, settings, isActive) {
|
||||
textActive: Array.isArray(text) ? text[1] : text,
|
||||
});
|
||||
|
||||
this.selectable = true;
|
||||
|
||||
// Make sure we're interactive
|
||||
this.disabled = false;
|
||||
this.hoverCursor = config.textButton.cursor;
|
||||
|
||||
Reference in New Issue
Block a user